Remote unused scons options for easy setup
[platform/upstream/iotivity.git] / service / easy-setup / mediator / richsdk / SConscript
index f3600cf..7609acc 100644 (file)
@@ -86,7 +86,6 @@ if target_os in ['linux']:
                easy_setup_env.AppendUnique(LIBS = ['ocpmapi', 'ocprovision'])
 
 if target_os in ['android','linux']:
-#if target_os in ['linux']:
        easy_setup_env.PrependUnique(CPPPATH = [
                env.get('SRC_DIR') + '/resource/c_common/oic_malloc/include',
                env.get('SRC_DIR') + '/resource/include',
@@ -115,7 +114,6 @@ print"easysetup_path %s" % easysetup_path
 es_src = None
 
 if target_os in ['android','linux']:
-#if target_os in ['linux']:
        if env.get('SECURED') == '1':
                env.AppendUnique(es_src = [os.path.join(easysetup_path, 'src/EnrolleeSecurity.cpp')])