Merge "Mark as recovery_available: true"
This commit is contained in:
commit
b886592923
|
@ -73,6 +73,7 @@ cc_defaults {
|
|||
never: true,
|
||||
},
|
||||
native_coverage: false,
|
||||
recovery_available: true,
|
||||
}
|
||||
|
||||
// ANDROIDMK TRANSLATION ERROR: unsupported directive
|
||||
|
@ -1861,6 +1862,7 @@ cc_defaults {
|
|||
name: "crt_defaults",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
vendor_available: true,
|
||||
recovery_available: true,
|
||||
|
||||
cflags: [
|
||||
"-Wno-gcc-compat",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
//
|
||||
cc_library_static {
|
||||
name: "libdl_static",
|
||||
recovery_available: true,
|
||||
|
||||
srcs: [
|
||||
"libdl.cpp",
|
||||
|
@ -28,6 +29,7 @@ cc_library_static {
|
|||
|
||||
cc_library {
|
||||
name: "libdl",
|
||||
recovery_available: true,
|
||||
static_ndk_lib: true,
|
||||
|
||||
defaults: ["linux_bionic_supported"],
|
||||
|
|
|
@ -6,6 +6,7 @@ bionic_coverage = false
|
|||
cc_library {
|
||||
name: "libm",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
recovery_available: true,
|
||||
static_ndk_lib: true,
|
||||
|
||||
srcs: [
|
||||
|
|
|
@ -274,6 +274,7 @@ cc_library {
|
|||
|
||||
name: "ld-android",
|
||||
defaults: ["linux_bionic_supported"],
|
||||
recovery_available: true,
|
||||
|
||||
nocrt: true,
|
||||
system_shared_libs: [],
|
||||
|
|
Loading…
Reference in New Issue