summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/Android.bp2
-rw-r--r--libdl/Android.bp2
-rw-r--r--libm/Android.bp1
-rw-r--r--linker/Android.bp1
4 files changed, 6 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 918f25805..89657d70f 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -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",
diff --git a/libdl/Android.bp b/libdl/Android.bp
index a2b29cff3..97f103846 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -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"],
diff --git a/libm/Android.bp b/libm/Android.bp
index ec161fd94..c67e358d4 100644
--- a/libm/Android.bp
+++ b/libm/Android.bp
@@ -6,6 +6,7 @@ bionic_coverage = false
cc_library {
name: "libm",
defaults: ["linux_bionic_supported"],
+ recovery_available: true,
static_ndk_lib: true,
srcs: [
diff --git a/linker/Android.bp b/linker/Android.bp
index 5afe939fd..9e18954d6 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -274,6 +274,7 @@ cc_library {
name: "ld-android",
defaults: ["linux_bionic_supported"],
+ recovery_available: true,
nocrt: true,
system_shared_libs: [],