Added APK generation to build scripts
authorRahul Rahul <rahul.rahul@intel.com>
Fri, 25 Sep 2015 16:58:50 +0000 (09:58 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Wed, 30 Sep 2015 01:04:15 +0000 (01:04 +0000)
commit2cc7bd691bc465f17a1589be652ce6d3591c010d
treea5f3a36ad5cffadf0b6d39dfc7c2004fd7c94120
parentbf32d38c63b7084bad2b9c0d79fac3884467da27
Added APK generation to build scripts

Updated android_api SConscript and Gradle files to generate
the APK of android examples with the existing scons command.
If trying to build examples from android studio, the user might
need to update the default TARGET_ARCH, RELEASE and SECURED flags
in <iotivity>/android/examples/gradle.properties

Updated the gradle versions to 1.3.0 in all gradle files.

Change-Id: Id9da3594ac83a4d27b3b1272a5aef6d893b305f9
Signed-off-by: Rahul Rahul <rahul.rahul@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3135
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Tim Kourt <tim.a.kourt@intel.com>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
(cherry picked from commit 6551c29a57983bc797f44da5a560778336480554)
Reviewed-on: https://gerrit.iotivity.org/gerrit/3287
21 files changed:
android/android_api/SConscript
android/android_api/android_api.iml
android/android_api/base/build.gradle
android/android_api/build.gradle
android/examples/build.gradle
android/examples/devicediscoveryclient/build.gradle
android/examples/devicediscoveryserver/build.gradle
android/examples/fridgeclient/build.gradle
android/examples/fridgeserver/build.gradle
android/examples/gradle.properties [new file with mode: 0644]
android/examples/groupclient/build.gradle
android/examples/groupserver/build.gradle
android/examples/guiclient/build.gradle
android/examples/message/build.gradle
android/examples/presenceclient/build.gradle
android/examples/presenceserver/build.gradle
android/examples/provisioningclient/build.gradle
android/examples/settings.gradle
android/examples/simpleclient/build.gradle
android/examples/simpleserver/build.gradle
resource/csdk/connectivity/samples/android/casample/build.gradle