diff options
author | loki666 <simons.philippe@gmail.com> | 2017-02-16 18:13:10 +0100 |
---|---|---|
committer | loki666 <simons.philippe@gmail.com> | 2017-02-16 18:13:10 +0100 |
commit | 57911fca4a7179677174cea7449af9687232e473 (patch) | |
tree | d9ef7d0643637faebe9f4b06f98b5418015ff4c3 /android/project.properties | |
parent | 687541e61b381b57d609d0c7da7882792bd02478 (diff) | |
download | libADLMIDI-57911fca4a7179677174cea7449af9687232e473.tar.gz libADLMIDI-57911fca4a7179677174cea7449af9687232e473.tar.bz2 libADLMIDI-57911fca4a7179677174cea7449af9687232e473.zip |
add android build files
Diffstat (limited to 'android/project.properties')
-rw-r--r-- | android/project.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/android/project.properties b/android/project.properties new file mode 100644 index 0000000..f049142 --- /dev/null +++ b/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-10 |