Distributed Resource Hosting Sample App and ResourceHosting for JAVA API folder.
[platform/upstream/iotivity.git] / service / notification-manager / SConscript
index 7dc9128..94aa89e 100644 (file)
@@ -68,9 +68,6 @@ notimgr_src = [
         NOTI_SRC_DIR + 'requestHandler.c',
         NOTI_SRC_DIR + 'virtualResource.c']
 
-if target_os == 'android':
-        notimgr_src.append(NOTI_SRC_DIR + 'resourceCoordinator_JNI.cpp')
-
 if target_os in ['tizen','android'] :
     notificationsdk = notimgr_env.SharedLibrary('NotificationManager', notimgr_src)
 else :