summaryrefslogtreecommitdiff
path: root/libsparse
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-05-24 14:11:00 +0900
committerJiyong Park <jiyong@google.com>2018-05-24 14:11:11 +0900
commit32b8fda25690fe883321ad1bff9cd82ea45e18e6 (patch)
tree5d65ece1bd5bcba61ff8617baa096c1e3a70b5ad /libsparse
parentb8c243ec119dd853edfe96c24fa9c3661ea88e3b (diff)
Build adbd for recovery
adbd (and its dependencies) are marked as recovery_available:true so that recovery version of the binary is built separately from the one for system partition. This allows us to stop copying the system version to the recovery partition and also opens up the way to enable shared libraries in the recovery partition. Then we can also build adbd as a dynamic executable. Bug: 79146551 Test: m -j adbd.recovery Change-Id: Ib95614c7435f9d0afc02a0c7d5ae1a94e439e32a
Diffstat (limited to 'libsparse')
-rw-r--r--libsparse/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsparse/Android.bp b/libsparse/Android.bp
index b8946563c9..c7c089f499 100644
--- a/libsparse/Android.bp
+++ b/libsparse/Android.bp
@@ -3,6 +3,7 @@
cc_library {
name: "libsparse",
host_supported: true,
+ recovery_available: true,
unique_host_soname: true,
srcs: [
"backed_block.c",