Add "product_available" to product available modules am: 8b6fee83e3 am: 9515ce7a8f am: 581c91dc40

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

Change-Id: I7b796533f5af32a00aca13050c658b9c19ccfcad
This commit is contained in:
Justin Yun
2020-11-13 03:41:45 +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,