aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-23 02:05:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-23 02:05:32 +0000
commit28397c70fc4c00347d5b3820ef16792db5d1e6b1 (patch)
treee5e313544beeb7296603402914a530b9b5e7c699
parent88d07c8b66a02fd787a48da658716f3c977fa594 (diff)
parent5e51371f335dd68a164a345c581173c432759715 (diff)
downloadlibz-sys-28397c70fc4c00347d5b3820ef16792db5d1e6b1.tar.gz
Change-Id: I0d9431bc84fabcdeebffbe6da77b7d7461ac2db2
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json4
2 files changed, 5 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index d4d36fa..bcdbb1d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -66,6 +66,8 @@ rust_library {
shared_libs: ["libz"],
apex_available: [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.virt",
],
+ min_sdk_version: "29",
}
diff --git a/cargo2android.json b/cargo2android.json
index ac56e26..9b35218 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,10 +1,12 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.virt"
],
"dependencies": true,
"device": true,
+ "min-sdk-version": "29",
"run": true,
"tests": true
-} \ No newline at end of file
+}