summaryrefslogtreecommitdiff
path: root/libdl
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2020-10-29 17:17:29 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-29 17:17:29 +0000
commit02bee7182e2a6c001bd3116d50c8bb461bc3c98d (patch)
tree99239edd5677ffb3651c3628d2e165934bb80c44 /libdl
parentc3ecfb623f2c8190a3763b4a4a4716bea0032fac (diff)
parentb04490d7e5f85545b15ad4e04ba9f3d2eea550c6 (diff)
Merge "Make vendor_ramdisk_available."
Diffstat (limited to 'libdl')
-rw-r--r--libdl/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index b3f9e9750..9a31d360c 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -5,6 +5,7 @@ cc_library_static {
name: "libdl_static",
defaults: ["linux_bionic_supported"],
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
@@ -36,6 +37,7 @@ cc_library_static {
cc_library {
name: "libdl",
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
static_ndk_lib: true,
@@ -136,6 +138,7 @@ cc_library {
defaults: ["linux_bionic_supported"],
ramdisk_available: true,
+ vendor_ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,