summaryrefslogtreecommitdiff
path: root/libfec
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-05-24 14:10:32 +0900
committerJiyong Park <jiyong@google.com>2018-05-24 14:10:32 +0900
commit02fd5582785b5b3c743e2c0b629801119771b97c (patch)
tree12b380070136930014f1e75a40f30eb7d3b95080 /libfec
parent7dd8a41a28935097b6ac0ac49227d342a69fe1eb (diff)
downloadextras-02fd5582785b5b3c743e2c0b629801119771b97c.tar.gz
Mark as recovery_available:true
Libraries that are direct or indirect dependencies of modules installed to recovery partition (e.g. adbd) 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: 79146551 Test: m -j Change-Id: I7bee45375b03d3ada86263580ddcb201e683f024
Diffstat (limited to 'libfec')
-rw-r--r--libfec/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfec/Android.bp b/libfec/Android.bp
index 209465d9..8c4c32d2 100644
--- a/libfec/Android.bp
+++ b/libfec/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libfec",
host_supported: true,
+ recovery_available: true,
srcs: [
"fec_open.cpp",
"fec_read.cpp",