X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Feasy-setup%2Fsampleapp%2Fmediator%2Fandroid%2FSConscript;h=046c8f7111b90d4f1e5dd46095c369554cc54598;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20230214.171546;hp=54d9624b9d2b5774116a35836da2919f9985830a;hpb=6ac4daf1c0a01ee54845041025cb7ec845d2502b;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/easy-setup/sampleapp/mediator/android/SConscript b/service/easy-setup/sampleapp/mediator/android/SConscript index 54d9624..046c8f7 100644 --- a/service/easy-setup/sampleapp/mediator/android/SConscript +++ b/service/easy-setup/sampleapp/mediator/android/SConscript @@ -34,7 +34,7 @@ os.environ['ANDROID_HOME'] = env.get('ANDROID_HOME') os.environ['ANDROID_NDK_HOME'] = env.get('ANDROID_NDK') if not os.path.exists(android_home + '/platforms/android-21') or not os.path.exists(android_home + '/build-tools/20.0.0'): - print ''' + print(''' ***************************************** Info ******************************** * Either 'Android API 21' is not installed or 'Android SDK Build Tools * * 20.0.0' is not installed. The Android SDK Manager will now open. Please * @@ -59,7 +59,7 @@ if not os.path.exists(android_home + '/platforms/android-21') or not os.path.exi ******************************************************************************* ...Opening Android SDK Manager now. Once you are finished, the build will continue. -''' +''') os.system(android_home + '/tools/android') #SConscript("../../../../../../android/android_api/SConscript") @@ -75,4 +75,4 @@ jdk_env['BUILD_DIR'] = env.get('BUILD_DIR') cmdBuildEasysetupApp=jdk_env.Gradle(target="EasySetup/app/apk", source="EasySetup/app/src/main/java/org/iotivity/service/easysetup/EasysetupActivity.java") -Depends(cmdBuildEasysetupApp, env.get('baseAAR')) \ No newline at end of file +Depends(cmdBuildEasysetupApp, env.get('easysetupAAR')) \ No newline at end of file