summaryrefslogtreecommitdiff
path: root/libsystem
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2020-11-11 19:17:40 +0900
committerJustin Yun <justinyun@google.com>2020-12-04 09:59:20 +0900
commitfeef4d390ff508a4154bc8ff39ebc5e32f77f054 (patch)
treebef3de82cd64747ad8ead57a64a12fd87c6beafb /libsystem
parent382d70e770278a56057773721840feb0a50aa031 (diff)
downloadcore-feef4d390ff508a4154bc8ff39ebc5e32f77f054.tar.gz
Add product_available to product available modules
vendor_available modules were available to product modules. However, not all vendor_available modules are required to be available to product modules. Some modules want to be available only to product modules but not vendor modules. To cover the requirement, we separate product_available from vendor_available. vendor_available will not provide product available module. Rename libcutils/include_vndk to libcutils/include_outside_system as it provides the headers to the modules outside the system partition including /product. Bug: 150902910 Test: build Change-Id: I791b5a6a1dc99442065debfce6fa0f54a335fcea
Diffstat (limited to 'libsystem')
-rw-r--r--libsystem/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsystem/Android.bp b/libsystem/Android.bp
index 12c946c91..b37b8eccd 100644
--- a/libsystem/Android.bp
+++ b/libsystem/Android.bp
@@ -1,6 +1,7 @@
cc_library_headers {
name: "libsystem_headers",
vendor_available: true,
+ product_available: true,
recovery_available: true,
vendor_ramdisk_available: true,
host_supported: true,