Make ramdisk_available.

Test: pass
Bug: 147347110
Change-Id: I142311a7558a19d209bcd63207a88e12cf6f130e
This commit is contained in:
Yifan Hong 2020-01-21 16:43:56 -08:00
parent 73e9f242ed
commit 5a39cee1ce
5 changed files with 11 additions and 0 deletions

View file

@ -71,6 +71,7 @@ cc_defaults {
fuzzer: false, fuzzer: false,
}, },
native_coverage: false, native_coverage: false,
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
@ -1402,6 +1403,7 @@ cc_library_static {
"libc_defaults", "libc_defaults",
"libc_native_allocator_defaults", "libc_native_allocator_defaults",
], ],
ramdisk_available: false,
srcs: libc_common_src_files + [ srcs: libc_common_src_files + [
"bionic/heap_tagging.cpp", "bionic/heap_tagging.cpp",
"bionic/malloc_common.cpp", "bionic/malloc_common.cpp",
@ -1823,6 +1825,7 @@ cc_library_headers {
], ],
host_supported: true, host_supported: true,
vendor_available: true, vendor_available: true,
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
export_include_dirs: [ export_include_dirs: [
@ -1839,6 +1842,7 @@ cc_library_headers {
host_supported: true, host_supported: true,
vendor_available: true, vendor_available: true,
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
@ -1979,6 +1983,7 @@ cc_defaults {
name: "crt_defaults", name: "crt_defaults",
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
vendor_available: true, vendor_available: true,
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,

View file

@ -22,6 +22,7 @@ cc_library_static {
cc_library_headers { cc_library_headers {
name: "libasync_safe_headers", name: "libasync_safe_headers",
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],

View file

@ -4,6 +4,7 @@
cc_library_static { cc_library_static {
name: "libdl_static", name: "libdl_static",
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
@ -32,6 +33,7 @@ cc_library_static {
cc_library { cc_library {
name: "libdl", name: "libdl",
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,
static_ndk_lib: true, static_ndk_lib: true,
@ -122,6 +124,7 @@ cc_library {
name: "libdl_android", name: "libdl_android",
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,

View file

@ -6,6 +6,7 @@ bionic_coverage = false
cc_library { cc_library {
name: "libm", name: "libm",
defaults: ["linux_bionic_supported"], defaults: ["linux_bionic_supported"],
ramdisk_available: true,
recovery_available: true, recovery_available: true,
static_ndk_lib: true, static_ndk_lib: true,

View file

@ -425,6 +425,7 @@ cc_library {
name: "ld-android", name: "ld-android",
defaults: ["linux_bionic_supported", "linker_version_script_overlay"], defaults: ["linux_bionic_supported", "linker_version_script_overlay"],
ramdisk_available: true,
recovery_available: true, recovery_available: true,
native_bridge_supported: true, native_bridge_supported: true,