X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fnotification%2Fexamples%2Fandroid%2FNotiProviderExample%2FSConscript;h=a9b363981ed1bd1271b1a7a047d7fd589f8fad26;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20230214.171546;hp=fa506be4b45ac4df3e2c83ba4124e9275cbf5230;hpb=a5b4fe80c18329aa044fc1678d44ba76a45aea5b;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/notification/examples/android/NotiProviderExample/SConscript b/service/notification/examples/android/NotiProviderExample/SConscript index fa506be..a9b3639 100644 --- a/service/notification/examples/android/NotiProviderExample/SConscript +++ b/service/notification/examples/android/NotiProviderExample/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') def ensure_libs(target, source, env):