Enabling build of simpleclientblescan application 83/214383/1
authorsamanway <samanway@samanway.sa.corp.samsungelectronics.net>
Tue, 17 Sep 2019 06:20:50 +0000 (11:50 +0530)
committerSudipto <sudipto.bal@samsung.com>
Fri, 20 Sep 2019 17:19:15 +0000 (22:49 +0530)
A new android application "simpleclientblescan" was added recently
in commit 6d7c44e1c073d74ff117a456007156214b310f1c - The new app is
for android BLE client side, which enables BLE scan in app, and it will
show other devices around - User can select one from the list of devices
shown by app, app will connect to it - In this commit enabling the build
of the application

https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/576/commits/7aa9c33abad299afed842f192dad6ef1e5d8dbac
(cherry-picked from 7aa9c33abad299afed842f192dad6ef1e5d8dbac)

Change-Id: Iad103f1397efb0c59693cad19fa597c0a725f65b
Signed-off-by: samanway-dey <samanway.dey@samsung.com>
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
android/examples/settings.gradle

index fa773e3..d574729 100644 (file)
@@ -1,4 +1,4 @@
-include ':simpleserver', ':simpleclient', ':fridgeserver', ':fridgeclient', ':guiclient', ':presenceserver', ':presenceclient', ':devicediscoveryclient', ':devicediscoveryserver', ':groupclient', ':groupserver', ':fridgegroupclient', ':fridgegroupserver'
+include ':simpleserver', ':simpleclient', ':fridgeserver', ':fridgeclient', ':guiclient', ':presenceserver', ':presenceclient', ':devicediscoveryclient', ':devicediscoveryserver', ':groupclient', ':groupserver', ':fridgegroupclient', ':fridgegroupserver', ':simpleclientblescan'
 SECURED=System.getProperty('SECURE')
 if(SECURED== "1"){
         include ':provisioningclient', ':DirectPairing'