aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-27 02:25:22 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-27 02:25:22 +0000
commitf2d08c96d0f6dbcbdd917333ebcaaa93b289ea12 (patch)
tree5c229c19807bc789990e1c77c40d790be20f6e2b
parentdd54ae66a03c3246d2178638182afc679b66ff6f (diff)
parent266d58b94dad5c2ce34051ad04ab8cd87293cd64 (diff)
downloadcxx-android-platform-14.0.0_r5.tar.gz
Change-Id: I69d1be551a3362f153bef6aa8bc5e83286056974
-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",