commit | 35e0997508e99f0a5ca60de58a0f1a9df891698e | [log] [tgz] |
---|---|---|
author | Roshan Pius <[email protected]> | Mon Dec 09 13:23:42 2019 -0800 |
committer | Roshan Pius <[email protected]> | Mon Dec 09 13:23:42 2019 -0800 |
tree | 55fc06888442508138ca0832c3f613a7fba0b274 | |
parent | a83e66332a474fd50f73968979b969a79e5cdec8 [diff] |
ksoap2: Compile against system_current Required since wifi is linking against this library. Bug: 145935469 Test: Compiles Change-Id: Iafdec0e2c3e17c7e9d1384fac072cdc9ae2ff4a7
diff --git a/Android.bp b/Android.bp index 2ac1227..2075b81 100644 --- a/Android.bp +++ b/Android.bp
@@ -1,4 +1,5 @@ java_library { name: "ksoap2", + sdk_version: "system_current", srcs: ["**/*.java"], }