commit | b04490d7e5f85545b15ad4e04ba9f3d2eea550c6 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Oct 21 18:36:36 2020 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Oct 27 17:06:45 2020 -0700 |
tree | 4b593a5f764241dd5796cb28190099de648ec071 | |
parent | b5f301eaafdc23f05fe5558fb0406a0ab04fc807 [diff] |
Make vendor_ramdisk_available. Test: pass Bug: 156098440 Change-Id: I8fe2deb8fa3b24c227202be02d8af648629cffeb
diff --git a/libc/async_safe/Android.bp b/libc/async_safe/Android.bp index 98da2cc..a808dde 100644 --- a/libc/async_safe/Android.bp +++ b/libc/async_safe/Android.bp
@@ -32,6 +32,7 @@ cc_library_headers { name: "libasync_safe_headers", ramdisk_available: true, + vendor_ramdisk_available: true, recovery_available: true, native_bridge_supported: true, defaults: ["linux_bionic_supported"],