summaryrefslogtreecommitdiffstats
path: root/libpackagelistparser
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-04-27 21:48:43 +0900
committerJiyong Park <jiyong@google.com>2018-05-15 09:47:04 +0900
commit612210c75b2c55bf79f93b6789773c7459d320e4 (patch)
treeef9186e2abf031fc2e6dfd85a5a204c71a9ece40 /libpackagelistparser
parent313aa7172f70423ecda70ff4486cd09861bbb5ee (diff)
downloadsystem_core-612210c75b2c55bf79f93b6789773c7459d320e4.tar.gz
system_core-612210c75b2c55bf79f93b6789773c7459d320e4.tar.bz2
system_core-612210c75b2c55bf79f93b6789773c7459d320e4.zip
Mark as recovery_available: true
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: Ie59155c08890e96ce1893fa3687afcf763d7aea3
Diffstat (limited to 'libpackagelistparser')
-rw-r--r--libpackagelistparser/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpackagelistparser/Android.bp b/libpackagelistparser/Android.bp
index 27693b3f8..c38594a97 100644
--- a/libpackagelistparser/Android.bp
+++ b/libpackagelistparser/Android.bp
@@ -1,6 +1,7 @@
cc_library {
name: "libpackagelistparser",
+ recovery_available: true,
srcs: ["packagelistparser.c"],
cflags: [
"-Wall",