Merge "Make vendor_ramdisk_available."
This commit is contained in:
commit
02bee7182e
5 changed files with 14 additions and 0 deletions
|
@ -84,6 +84,7 @@ cc_defaults {
|
||||||
fuzzer: false,
|
fuzzer: false,
|
||||||
},
|
},
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
|
||||||
|
@ -1350,6 +1351,7 @@ cc_library_static {
|
||||||
"libc_native_allocator_defaults",
|
"libc_native_allocator_defaults",
|
||||||
],
|
],
|
||||||
ramdisk_available: false,
|
ramdisk_available: false,
|
||||||
|
vendor_ramdisk_available: false,
|
||||||
srcs: libc_common_src_files + [
|
srcs: libc_common_src_files + [
|
||||||
"bionic/gwp_asan_wrappers.cpp",
|
"bionic/gwp_asan_wrappers.cpp",
|
||||||
"bionic/heap_tagging.cpp",
|
"bionic/heap_tagging.cpp",
|
||||||
|
@ -1799,6 +1801,7 @@ cc_library_headers {
|
||||||
],
|
],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
export_include_dirs: [
|
export_include_dirs: [
|
||||||
|
@ -1826,6 +1829,7 @@ cc_library_headers {
|
||||||
host_supported: true,
|
host_supported: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
apex_available: [
|
apex_available: [
|
||||||
|
@ -1876,6 +1880,7 @@ cc_library_headers {
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
sdk_version: "1",
|
sdk_version: "1",
|
||||||
|
|
||||||
|
@ -2004,6 +2009,7 @@ cc_defaults {
|
||||||
defaults: ["linux_bionic_supported"],
|
defaults: ["linux_bionic_supported"],
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
apex_available: [
|
apex_available: [
|
||||||
|
|
|
@ -32,6 +32,7 @@ cc_library_static {
|
||||||
cc_library_headers {
|
cc_library_headers {
|
||||||
name: "libasync_safe_headers",
|
name: "libasync_safe_headers",
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_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"],
|
||||||
|
|
|
@ -5,6 +5,7 @@ cc_library_static {
|
||||||
name: "libdl_static",
|
name: "libdl_static",
|
||||||
defaults: ["linux_bionic_supported"],
|
defaults: ["linux_bionic_supported"],
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
|
||||||
|
@ -36,6 +37,7 @@ cc_library_static {
|
||||||
cc_library {
|
cc_library {
|
||||||
name: "libdl",
|
name: "libdl",
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_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,
|
||||||
|
@ -136,6 +138,7 @@ cc_library {
|
||||||
|
|
||||||
defaults: ["linux_bionic_supported"],
|
defaults: ["linux_bionic_supported"],
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ cc_library {
|
||||||
name: "libm",
|
name: "libm",
|
||||||
defaults: ["linux_bionic_supported"],
|
defaults: ["linux_bionic_supported"],
|
||||||
ramdisk_available: true,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
static_ndk_lib: true,
|
static_ndk_lib: true,
|
||||||
llndk_stubs: "libm.llndk",
|
llndk_stubs: "libm.llndk",
|
||||||
|
|
|
@ -124,6 +124,7 @@ cc_defaults {
|
||||||
name: "linker_all_targets",
|
name: "linker_all_targets",
|
||||||
defaults: ["linux_bionic_supported"],
|
defaults: ["linux_bionic_supported"],
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -336,6 +337,7 @@ cc_binary {
|
||||||
compile_multilib: "both",
|
compile_multilib: "both",
|
||||||
|
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"//apex_available:platform",
|
"//apex_available:platform",
|
||||||
"com.android.runtime",
|
"com.android.runtime",
|
||||||
|
@ -413,6 +415,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,
|
ramdisk_available: true,
|
||||||
|
vendor_ramdisk_available: true,
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
native_bridge_supported: true,
|
native_bridge_supported: true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue