Android Base API merge to master
[contrib/iotivity.git] / resource / SConscript
index e9cddf5..9f96e77 100644 (file)
@@ -30,7 +30,7 @@ Import('env')
 target_os = env.get('TARGET_OS')
 src_dir = env.get('SRC_DIR')
 
-if target_os not in ['arduino', 'darwin', 'ios']:
+if target_os not in ['arduino', 'darwin', 'ios', 'android']:
        env.AppendUnique(LIBS=['rt'])
 
 # Build libcoap