From 1fd1f0d7c0906be8960ce6a7b9246d9e594af806 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Fri, 31 May 2013 12:39:32 +0200 Subject: Add missing Java build files Change-Id: Iaa020c0fa4e480b5db53df63a03d4902941f04e6 Reviewed-by: Eskil Abrahamsen-Blomfeldt --- experimental/qt5-intro-android/android/build.xml | 92 ++++++++++++++++++++++ .../qt5-intro-android/android/local.properties | 10 +++ .../qt5-intro-android/android/project.properties | 14 ++++ 3 files changed, 116 insertions(+) create mode 100644 experimental/qt5-intro-android/android/build.xml create mode 100644 experimental/qt5-intro-android/android/local.properties create mode 100644 experimental/qt5-intro-android/android/project.properties (limited to 'experimental') diff --git a/experimental/qt5-intro-android/android/build.xml b/experimental/qt5-intro-android/android/build.xml new file mode 100644 index 0000000..2395774 --- /dev/null +++ b/experimental/qt5-intro-android/android/build.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/experimental/qt5-intro-android/android/local.properties b/experimental/qt5-intro-android/android/local.properties new file mode 100644 index 0000000..cd7b9ef --- /dev/null +++ b/experimental/qt5-intro-android/android/local.properties @@ -0,0 +1,10 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. + +# location of the SDK. This is only used by Ant +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=/home/eblomfel/android-sdk-linux diff --git a/experimental/qt5-intro-android/android/project.properties b/experimental/qt5-intro-android/android/project.properties new file mode 100644 index 0000000..b7c2081 --- /dev/null +++ b/experimental/qt5-intro-android/android/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-10 -- cgit v1.2.3