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

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

Change-Id: I8f0c5cfd05c8f226a7a7ad9f3ebda70e5af02634
This commit is contained in:
Justin Yun
2020-11-13 03:29:52 +00:00
committed by Automerger Merge Worker

View File

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