| OLD | NEW |
| (Empty) |
| 1 # This file is automatically generated by Android Tools. | |
| 2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED! | |
| 3 # | |
| 4 # This file must be checked in Version Control Systems. | |
| 5 # | |
| 6 # To customize properties used by the Ant build system edit | |
| 7 # "ant.properties", and override values to adapt the script to your | |
| 8 # project structure. | |
| 9 # | |
| 10 # To enable ProGuard to shrink and obfuscate your code, uncomment this (availabl
e properties: sdk.dir, user.home): | |
| 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project
.txt | |
| 12 | |
| 13 # Location of the SDK. This is only used by Ant | |
| 14 # For customization when using a Version Control System, please read the | |
| 15 # header note. | |
| 16 # Normally this would go in local.properties and not be in the VCS | |
| 17 # but we want this to refer to the Android SDK in ~/third_party. | |
| 18 sdk.dir=../../third_party/android_tools/sdk | |
| 19 | |
| 20 # Project target. | |
| 21 target=android-16 | |
| OLD | NEW |