Add "product_available" to product available modules am: 8b6fee83e3

Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1495836

Change-Id: I57d025833cbc0110933cd27f9fe3c0f9927a5a26
This commit is contained in:
Justin Yun
2020-11-13 03:09:42 +00:00
committed by Automerger Merge Worker

View File

@@ -50,6 +50,7 @@ cc_library_static {
name: "libc++_static",
defaults: ["libc++ defaults"],
vendor_available: true,
product_available: true,
ramdisk_available: true,
vendor_ramdisk_available: true,
recovery_available: true,
@@ -109,6 +110,7 @@ cc_library_shared {
name: "libc++",
host_supported: true,
vendor_available: true,
product_available: true,
native_bridge_supported: true,
vndk: {
enabled: true,