Merge "Mark as recovery_available: true"

This commit is contained in:
Treehugger Robot 2018-05-22 05:16:20 +00:00 committed by Gerrit Code Review
commit b886592923
4 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -274,6 +274,7 @@ cc_library {
name: "ld-android",
defaults: ["linux_bionic_supported"],
recovery_available: true,
nocrt: true,
system_shared_libs: [],