aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:57 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:14:57 +0000
commitd44ebe726231263f2ddc968388cc6b439afadc73 (patch)
treea4047ac421a9e680d713ef98e99ba7ccf7ac9f3f
parent02b96ef8db38d35e424cbb0457f8e2831bb14abc (diff)
parenta9d7d6529f455acfba606e79bc05bf051283a965 (diff)
downloadconst-oid-android14-d1-s4-release.tar.gz
Change-Id: I91590d5bee5061e76a4f8c7ce515410ff1b962c0
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1127b58..9289d35 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,5 +39,6 @@ rust_library_host {
srcs: ["src/lib.rs"],
edition: "2021",
features: ["db"],
+ product_available: true,
vendor_available: true,
}