exclude unnecessary jave file related cloud provisioning
authorjihwan.seo <jihwan.seo@samsung.com>
Tue, 4 Oct 2016 11:56:27 +0000 (20:56 +0900)
committerAshok Babu Channa <ashok.channa@samsung.com>
Wed, 5 Oct 2016 09:55:01 +0000 (09:55 +0000)
Change-Id: I7a2e3d5c1e5662d20734dd70a8adcbbe6f60ed3e
Signed-off-by: jihwan.seo <jihwan.seo@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/12767
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Ashok Babu Channa <ashok.channa@samsung.com>
android/android_api/base/build.gradle

index 855418d..008058d 100755 (executable)
@@ -83,6 +83,10 @@ android {
                     exclude "**/ca/CaNfcInterface.java"\r
                     println 'excluded NFC interface'\r
                     }\r
+                if (WITH_CLOUD == "0" || SECURED == "0") {\r
+                    exclude "**/base/OcCloudProvisioning.java"\r
+                    println 'excluded secure files'\r
+                    }\r
             }\r
         }\r
     }\r