aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2021-12-21 17:25:50 -0800
committerRoopa Sattiraju <sattiraju@google.com>2021-12-21 17:25:50 -0800
commitc88ecc614cd11e05d6e0cd1dc9b93a5a48c5fccc (patch)
treea3a1376bc898f7520a54af076af0a6c41706cc29 /Android.bp
parent44b1240f837efb35816b93aa586ff47ba72dacb9 (diff)
downloadsmallvec-c88ecc614cd11e05d6e0cd1dc9b93a5a48c5fccc.tar.gz
Bug: 206121418 Test: Compile Change-Id: I472f03f9acea27a885639f8cbd74b42d4658b99f
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4c2cc08..f7fbc23 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,6 +47,8 @@ rust_library {
edition: "2018",
apex_available: [
"//apex_available:platform",
+ "com.android.bluetooth",
"com.android.virt",
],
+ min_sdk_version: "29",
}