Replace glib threadpool usage with a 'dumb' thread implementation.
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SConscript
index 81ca47d..38e8f88 100644 (file)
@@ -156,7 +156,7 @@ ssmcore_env.AppendUnique(LIBPATH = [env.get('BUILD_DIR')])
 ssmcore_env.AppendUnique(LIBS = ['oc', 'octbstack', 'oc_logger',
             'connectivity_abstraction', 'coap'])
 
-if target_os not in ['android']:
+if target_os in ['tizen']:
        ssmcore_env.ParseConfig('pkg-config --libs glib-2.0');
 
 shared_libssmcore = ssmcore_env.SharedLibrary(