aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:36 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:36 -0800
commite8c4d709a628950c9c0dfd3f04c9dbfd153f337c (patch)
tree162e164179104d293fa483b474cc9ee418e0c5d8
parent646bede66f09d02265ab99c076fe94c87aa96cb4 (diff)
downloadcombine-e8c4d709a628950c9c0dfd3f04c9dbfd153f337c.tar.gz
Make combine available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Id2888eb3a2c889e4c35042f2ac88c110a5a60f80
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 36a347e..9446583 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,5 +40,7 @@ rust_library {
"//apex_available:platform",
"com.android.uwb",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}