Modify PPM Config files to fix memory leak
[platform/upstream/iotivity.git] / SConstruct
index 939ac6a..2ea9acb 100644 (file)
@@ -51,8 +51,8 @@ if target_os not in ['arduino','darwin','ios', 'android']:
        SConscript(build_dir + 'examples/OICMiddle/SConscript')
 
 # Build 'service' sub-project
-if target_os != 'android':
-       SConscript(build_dir + 'service/SConscript')
+if target_os != 'android':
+SConscript(build_dir + 'service/SConscript')
 
 # Append targets information to the help information, to see help info, execute command line:
 #     $ scon [options] -h