summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-04-27 21:48:01 +0900
committerJiyong Park <jiyong@google.com>2018-04-27 21:48:01 +0900
commit1607e38f339e32d6bcf7bb02531d3bf19f42f5c0 (patch)
tree44200848ad653e99f8756fa5533e2eff1cf95e1d
parent2eddfdfc541f691d49a425d037aa5d4f32ef22dd (diff)
downloadlibcxxabi-1607e38f339e32d6bcf7bb02531d3bf19f42f5c0.tar.gz
Libraries that are direct or indirect dependencies of modules installed to recovery partition (e.g. toybox) are marked as recovery_available: true. This allows a recovery variant of the lib is created when it is depended by other recovery or recovery_available modules. Bug: 67916654 Bug: 64960723 Test: m -j Change-Id: I0998fdf9dfe0c960cf2d9afffcb394b32ce4af92
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 167f6b0..2542e5f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -18,6 +18,7 @@ cc_library_static {
name: "libc++abi",
host_supported: true,
vendor_available: true,
+ recovery_available: true,
srcs: [
"src/abort_message.cpp",
"src/cxa_aux_runtime.cpp",