Update build scons for notificaiton android sample.
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiProviderExample / build.gradle
index a1f101c..b009176 100644 (file)
@@ -1,23 +1,28 @@
-// Top-level build file where you can add configuration options common to all sub-projects/modules.\r
-\r
-buildscript {\r
-    repositories {\r
-        jcenter()\r
-    }\r
-    dependencies {\r
-        classpath 'com.android.tools.build:gradle:1.5.0'\r
-\r
-        // NOTE: Do not place your application dependencies here; they belong\r
-        // in the individual module build.gradle files\r
-    }\r
-}\r
-\r
-allprojects {\r
-    repositories {\r
-        jcenter()\r
-    }\r
-}\r
-\r
-task clean(type: Delete) {\r
-    delete rootProject.buildDir\r
-}\r
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
+
+buildscript {
+    repositories {
+        jcenter()
+    }
+    dependencies {
+        classpath 'com.android.tools.build:gradle:1.5.0'
+
+        // NOTE: Do not place your application dependencies here; they belong
+        // in the individual module build.gradle files
+    }
+}
+
+allprojects {
+    repositories {
+        jcenter()
+
+        flatDir {
+            dirs '../../../../android/notification-service/build/outputs/aar'
+            dirs '../../../../../../android/android_api/base/build/outputs/aar'
+        }
+    }
+}
+
+task clean(type: Delete) {
+    delete rootProject.buildDir
+}