replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / notification / android / SConscript
index 7a52422..09f14ff 100755 (executable)
@@ -57,7 +57,7 @@ jdk_env['BUILDERS']['Gradle'] = Builder(action = env.get('ANDROID_GRADLE') +
 jdk_env['BUILD_DIR'] = env.get('BUILD_DIR')
 cmdBuildNotification = jdk_env.Gradle(target="notification-service/objs",
     source="notification-service/src/main/java/org/iotivity/service/ns/consumer/ConsumerService.java")
-
+jdk_env.Clean(cmdBuildNotification, './build')
 Depends(cmdBuildNotification, env.get('baseAAR'))
 
 env.AppendUnique(notificationAAR = cmdBuildNotification)