diff options
author | Andrzej J. R. Hunt <andrzej@ahunt.org> | 2012-07-09 11:23:39 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-06 10:21:48 +0100 |
commit | 096e35f1dc20d4635390412cc0302ec58b2d7f1a (patch) | |
tree | 6d76d93549f47621b4554bf1062403c0248e88a8 /android/sdremote/project.properties | |
parent | e4239e0414685f8d8dd2f34fcc970717c7bd6cb8 (diff) |
Initial commit of android remote.
Change-Id: Ia8cfce4af87d121acacf9a29632435c4c786822f
Diffstat (limited to 'android/sdremote/project.properties')
-rw-r--r-- | android/sdremote/project.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/android/sdremote/project.properties b/android/sdremote/project.properties new file mode 100644 index 000000000000..0840b4a05983 --- /dev/null +++ b/android/sdremote/project.properties @@ -0,0 +1,14 @@ +# 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-15 |