diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-21 15:31:24 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-21 15:31:24 +0100 |
commit | 93148310519577c0f0cd2f9c75d8db6c1bf71be5 (patch) | |
tree | c5502e5943f30a2387d4e3d39b6824f9088172eb /OpenPGP-Keychain-API/libraries/keychain-api-library | |
parent | fb0816c1267de978a3be51a7bd9c640dfce7ad80 (diff) | |
download | open-keychain-93148310519577c0f0cd2f9c75d8db6c1bf71be5.tar.gz open-keychain-93148310519577c0f0cd2f9c75d8db6c1bf71be5.tar.bz2 open-keychain-93148310519577c0f0cd2f9c75d8db6c1bf71be5.zip |
add project.properties to support Eclipse
Diffstat (limited to 'OpenPGP-Keychain-API/libraries/keychain-api-library')
-rw-r--r-- | OpenPGP-Keychain-API/libraries/keychain-api-library/project.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenPGP-Keychain-API/libraries/keychain-api-library/project.properties b/OpenPGP-Keychain-API/libraries/keychain-api-library/project.properties new file mode 100644 index 000000000..91d2b0246 --- /dev/null +++ b/OpenPGP-Keychain-API/libraries/keychain-api-library/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-19 +android.library=true |