diff options
| author | Joel Teichroeb | 2014-01-22 14:23:30 -0800 |
|---|---|---|
| committer | Joel Teichroeb | 2014-07-22 16:57:30 -0700 |
| commit | 563d83701313fcd71ac7090deb61e7f3910e6070 (patch) | |
| tree | b2c101eb89a641e7514a417758781ca6e6601712 /dists/android/project.properties | |
| parent | be9c3bf72bfc6d0abf650664df4be3595ad96933 (diff) | |
| download | scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.tar.gz scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.tar.bz2 scummvm-rg350-563d83701313fcd71ac7090deb61e7f3910e6070.zip | |
ANDROID: Modernize build system
Written originally by @Botje for ResidualVM
Diffstat (limited to 'dists/android/project.properties')
| -rw-r--r-- | dists/android/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dists/android/project.properties b/dists/android/project.properties new file mode 100644 index 0000000000..730e911f2f --- /dev/null +++ b/dists/android/project.properties @@ -0,0 +1,11 @@ +# 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 use, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-14 |
