Make ramdisk_available.
Test: pass
Bug: 147347110
Change-Id: I142311a7558a19d209bcd63207a88e12cf6f130e
diff --git a/libc/Android.bp b/libc/Android.bp
index c764cb9..0c7ab49 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -71,6 +71,7 @@
fuzzer: false,
},
native_coverage: false,
+ ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
@@ -1402,6 +1403,7 @@
"libc_defaults",
"libc_native_allocator_defaults",
],
+ ramdisk_available: false,
srcs: libc_common_src_files + [
"bionic/heap_tagging.cpp",
"bionic/malloc_common.cpp",
@@ -1823,6 +1825,7 @@
],
host_supported: true,
vendor_available: true,
+ ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
export_include_dirs: [
@@ -1839,6 +1842,7 @@
host_supported: true,
vendor_available: true,
+ ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,
@@ -1979,6 +1983,7 @@
name: "crt_defaults",
defaults: ["linux_bionic_supported"],
vendor_available: true,
+ ramdisk_available: true,
recovery_available: true,
native_bridge_supported: true,