aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-23 02:06:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-23 02:06:03 +0000
commitb9ae8c57705e3d2468de7dbfa4ea5dc3b6db2516 (patch)
tree1aed37cc34728167503c85b03a9bffb82ce68948
parent0534878441342a5e921af5885eac6fd153787fdb (diff)
parent8893977427b70778d95b326b7bdd42edd9082240 (diff)
downloadscopeguard-android13-d1-release.tar.gz
Change-Id: I1bc93e3ae79ea2271dd3fc814c33fc78b3b1f778
-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 ab89161..2034097 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,9 +51,11 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.compos",
"com.android.virt",
],
+ min_sdk_version: "29",
}
rust_test {
diff --git a/cargo2android.json b/cargo2android.json
index a4a2e17..4384672 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,11 +1,13 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.compos",
"com.android.virt"
],
"dependencies": true,
"device": true,
+ "min-sdk-version": "29",
"run": true,
"tests": true
-} \ No newline at end of file
+}