aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-04-27 21:47:48 +0900
committerJiyong Park <jiyong@google.com>2018-04-27 21:47:48 +0900
commit20a932ea0efddf873ccf1b7a43305ac55ac97f71 (patch)
tree8271a9f2df51aa0c2668734bc32f620a42ea59a3
parentb7be677fa4873914f1f3f913cb91ef3f097f23f2 (diff)
downloadjemalloc-20a932ea0efddf873ccf1b7a43305ac55ac97f71.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: I566e42105bd7274d83b6c891fa33c9e8a6a41b65
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0dd1e94..e7d9ea0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -134,6 +134,7 @@ lib_src_files = [
//-----------------------------------------------------------------------
cc_library_static {
name: "libjemalloc",
+ recovery_available: true,
defaults: ["jemalloc_defaults"],