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>
Tue, 29 Sep 2015 16:01:06 +0000 (16:01 +0000)
commit6551c29a57983bc797f44da5a560778336480554
tree58c0ba86b1da8d3c792585e080da9393d1dc2297
parent00da58168147c8de5ce0e6c8d339448bd9feef22
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>
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