aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-01-26 07:45:34 -0800
committerMatthew Maurer <mmaurer@google.com>2023-01-26 08:07:12 -0800
commit3e3810ea5be1c7caab6d4279427bdd716575fd67 (patch)
tree5c229c19807bc789990e1c77c40d790be20f6e2b
parent12c0b318beb941ccb06968405d1b9cd661a7228e (diff)
downloadcxx-3e3810ea5be1c7caab6d4279427bdd716575fd67.tar.gz
Make product-available
Test: Built product variant of demo binary Change-Id: Ife591492a6e7998bd31b1b858a5ad31c1f193c1c
-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",