summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
Diffstat (limited to 'libc')
-rw-r--r--libc/Android.bp2
1 files changed, 2 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",