summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2021-12-21 16:52:20 -0800
committerRoopa Sattiraju <sattiraju@google.com>2021-12-21 16:52:20 -0800
commit14d1611a3d4686d92107703ada4dda3b73a361e6 (patch)
treed0c4c287d0c7119e30981c83b1f74c3d928e0a27
parent007c81710a2b7378869c4eb47cd2deb08332bbe7 (diff)
downloadlock_api-android-s-v2-beta-3.tar.gz
Bug: 206121418 Test: Compile Change-Id: I465ee92b68a848dc89e47aaf7c571e161fb41d6f
-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 188d72a..06ca975 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,6 +50,8 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.virt",
],
+ min_sdk_version: "29",
}
diff --git a/cargo2android.json b/cargo2android.json
index 6e516e0..22531ba 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,9 +1,11 @@
{
"apex-available": [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.virt"
],
"device": true,
+ "min-sdk-version": "29",
"run": true,
"tests": true
-} \ No newline at end of file
+}