aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Putikhin <nputikhin@google.com>2024-05-02 17:22:04 +0200
committerNikita Putikhin <nputikhin@google.com>2024-05-02 17:22:04 +0200
commit56e01e5c25ae3f44e5b7de7e59977cdf3fb64931 (patch)
tree129adca76f4bb434178fdecb7a7db3dd247e3dca
parent4af5b57dd17f345a9b8936d12bdc743b0e0bf7e5 (diff)
downloadabseil-cpp-master.tar.gz
Vendors already can use these targets on /vendor. This change makes them available to /product as well. More about product partitions: https://source.android.com/docs/core/architecture/partitions/product-partitions Bug: 336989719 Test: mm Change-Id: Ieb94958ad2e3a909dac03a2e7ee0a29168ac9acf
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e6ca9e0f..6918e808 100644
--- a/Android.bp
+++ b/Android.bp
@@ -15,6 +15,7 @@ cc_library_static {
name: "libabsl",
host_supported: true,
vendor_available: true,
+ product_available: true,
srcs: [
"absl/**/*.cc",
],