replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / android / examples / settings.gradle
old mode 100755 (executable)
new mode 100644 (file)
index fd041c9..fa773e3
@@ -3,8 +3,11 @@ SECURED=System.getProperty('SECURE')
 if(SECURED== "1"){
         include ':provisioningclient', ':DirectPairing'
 }
-
+if(SECURED== "1" && WITH_TCP== "1" && WITH_CLOUD== "1"){
+        include ':cloudprovisioningclient'
+}
 if(System.getProperty('WITH_TRANSPORT_EDR') == "1" && System.getProperty('WITH_TRANSPORT_BLE') == "1" && System.getProperty('WITH_TRANSPORT_NFC') == "1"){
         println 'transport is all..simplebase will be added in sample list'
         include ':simplebase'
 }
+