aboutsummaryrefslogtreecommitdiff
path: root/third_party/sl4a/build.gradle
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2016-11-09 18:34:39 -0800
committerAlexander Dorokhine <adorokhine@google.com>2016-11-09 19:07:34 -0800
commit146e4a6479ec8e841fb8fc56c7771c3ec75c8b0b (patch)
treeb6d497a7baea1cb4ca4808aa7369fcd387c92c60 /third_party/sl4a/build.gradle
parent30e605fb891e2d2f16c4cb356acdca1b5fda9765 (diff)
downloadmobly-snippet-lib-146e4a6479ec8e841fb8fc56c7771c3ec75c8b0b.tar.gz
Refactor SL4A to act as an RPC library.
All facade code has been removed and the project has been moved around into a single source tree.
Diffstat (limited to 'third_party/sl4a/build.gradle')
-rw-r--r--third_party/sl4a/build.gradle13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/sl4a/build.gradle b/third_party/sl4a/build.gradle
new file mode 100644
index 0000000..015499b
--- /dev/null
+++ b/third_party/sl4a/build.gradle
@@ -0,0 +1,13 @@
+apply plugin: 'com.android.library'
+
+android {
+ compileSdkVersion 24
+ buildToolsVersion "24.0.3"
+
+ defaultConfig {
+ minSdkVersion 11
+ targetSdkVersion 24
+ versionCode 1
+ versionName "0.0.1"
+ }
+}