diff options
Diffstat (limited to 'scripts/default.properties.template')
-rw-r--r-- | scripts/default.properties.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/default.properties.template b/scripts/default.properties.template index 5d708f2..63df494 100644 --- a/scripts/default.properties.template +++ b/scripts/default.properties.template @@ -2,4 +2,17 @@ # Do not modify this file -- YOUR CHANGES WILL BE ERASED! # Instead customize values in a "build.properties" file. +# location of the SDK sdk-folder=ANDROID_SDK_FOLDER + +# target mode. Value can be "platform" or "add-on" +target-mode=TARGET_MODE + +# target API level. +target-api=TARGET_API + +# target name, if target-mode=add-on +target-name=TARGET_NAME + +# target platform. This is either the target itself or the platform the add-on is based on. +target-folder=TARGET_FOLDER |