Make ramdisk_available.
Test: pass Bug: 147347110 Change-Id: I142311a7558a19d209bcd63207a88e12cf6f130e
This commit is contained in:
parent
73e9f242ed
commit
5a39cee1ce
5 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,7 @@ cc_defaults {
|
|||
fuzzer: false,
|
||||
},
|
||||
native_coverage: false,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
@ -1402,6 +1403,7 @@ cc_library_static {
|
|||
"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 @@ cc_library_headers {
|
|||
],
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
export_include_dirs: [
|
||||
|
@ -1839,6 +1842,7 @@ cc_library_headers {
|
|||
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
@ -1979,6 +1983,7 @@ cc_defaults {
|
|||
name: "crt_defaults",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
vendor_available: true,
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@ cc_library_static {
|
|||
|
||||
cc_library_headers {
|
||||
name: "libasync_safe_headers",
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
defaults: ["linux_bionic_supported"],
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
cc_library_static {
|
||||
name: "libdl_static",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
@ -32,6 +33,7 @@ cc_library_static {
|
|||
|
||||
cc_library {
|
||||
name: "libdl",
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
static_ndk_lib: true,
|
||||
|
@ -122,6 +124,7 @@ cc_library {
|
|||
name: "libdl_android",
|
||||
|
||||
defaults: ["linux_bionic_supported"],
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ bionic_coverage = false
|
|||
cc_library {
|
||||
name: "libm",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
static_ndk_lib: true,
|
||||
|
||||
|
|
|
@ -425,6 +425,7 @@ cc_library {
|
|||
|
||||
name: "ld-android",
|
||||
defaults: ["linux_bionic_supported", "linker_version_script_overlay"],
|
||||
ramdisk_available: true,
|
||||
recovery_available: true,
|
||||
native_bridge_supported: true,
|
||||
|
||||
|
|
Loading…
Reference in a new issue