diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-14 17:56:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-14 18:04:50 +0200 |
commit | e730da8be75cbb87b6b78566e2bd028d43402e6b (patch) | |
tree | 482311e3b7694e34a90755c6e19c1913075e9e71 /android/Bootstrap/project.properties | |
parent | 829c5338b7102e7add7a080c50b938100a38b2e5 (diff) |
Turn Bootstrap into a "library" project from Ant's point of view
Diffstat (limited to 'android/Bootstrap/project.properties')
-rw-r--r-- | android/Bootstrap/project.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Bootstrap/project.properties b/android/Bootstrap/project.properties index 730e911f2f9e..5ca7d6247a65 100644 --- a/android/Bootstrap/project.properties +++ b/android/Bootstrap/project.properties @@ -7,5 +7,6 @@ # "ant.properties", and override values to adapt the script to your # project structure. +android.library=true # Project target. target=android-14 |