Merge "Make ramdisk_available."

This commit is contained in:
Yifan Hong 2020-01-24 22:39:41 +00:00 committed by Gerrit Code Review
commit 29546b9133
5 changed files with 11 additions and 0 deletions

View File

@ -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,

View File

@ -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"],

View File

@ -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,

View File

@ -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,

View File

@ -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,