Android SDK - Initial commit and build system updates
[platform/upstream/iotivity.git] / service / soft-sensor-manager / SConscript
index eb64e7e..8dceeeb 100644 (file)
@@ -26,7 +26,7 @@ if target_os not in ['windows', 'winrt']:
 
 if target_os == 'android':
        soft_sensor_manager_env.AppendUnique(CXXFLAGS = ['-frtti', '-fexceptions'])
-       soft_sensor_manager_env.AppendUnique(LIBS = ['gnustl_static'])
+       soft_sensor_manager_env.AppendUnique(LIBS = ['gnustl_static', 'compatibility'])
 
        if not env.get('RELEASE'):
                soft_sensor_manager_env.AppendUnique(LIBS = ['log'])