summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 09:32:52 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-05-22 09:32:52 +0000
commit8bfda913d9c006540e3b45c70f476b8c666f5bf6 (patch)
treeee1151d23faac407d2e62dbbba0425f41937787a /libc
parentadb69817c7e4793840eb8f5229fd56e964a6ba16 (diff)
parentd163be41bb937f845bfc343d4a22c785f00f53b2 (diff)
Snap for 4796633 from d163be41bb937f845bfc343d4a22c785f00f53b2 to qt-release
Change-Id: I6d2783593adc47f150911bfaaf9cc3e3d9c826bf
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",