aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-27 05:19:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-27 05:19:47 +0000
commit9e0793a260abdd2971f6aa62f378a30ac4881009 (patch)
tree5c229c19807bc789990e1c77c40d790be20f6e2b
parentc668c7814903e894338b0dbe8c1cad2da0e54a98 (diff)
parentf2d08c96d0f6dbcbdd917333ebcaaa93b289ea12 (diff)
downloadcxx-android14-d1-s1-release.tar.gz
Change-Id: I8fda4afb6bd906fa897c8c8ac21b0af708aa9d1f
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 85ec1d7a..4c40b571 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,6 +56,7 @@ rust_library {
shared_libs: ["libc++"],
host_supported: true,
vendor_available: true,
+ product_available: true,
apex_available: [
"//apex_available:platform",
"com.android.btservices",
@@ -72,6 +73,7 @@ cc_library_static {
srcs: ["src/cxx.cc"],
host_supported: true,
vendor_available: true,
+ product_available: true,
apex_available: [
"//apex_available:platform",
"com.android.btservices",