summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park2018-05-24 00:11:00 -0500
committerJiyong Park2018-05-24 00:11:11 -0500
commita0e75045e6817a51e4e6b05880d871525a4d52fe (patch)
tree5d65ece1bd5bcba61ff8617baa096c1e3a70b5ad /diagnose_usb
parent98c1b1ccf67113957f1e4d8678cf8b5a1fe747e1 (diff)
downloadplatform-system-core-a0e75045e6817a51e4e6b05880d871525a4d52fe.tar.gz
platform-system-core-a0e75045e6817a51e4e6b05880d871525a4d52fe.tar.xz
platform-system-core-a0e75045e6817a51e4e6b05880d871525a4d52fe.zip
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 'diagnose_usb')
-rw-r--r--diagnose_usb/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/diagnose_usb/Android.bp b/diagnose_usb/Android.bp
index a7ecf3737..6bee28c10 100644
--- a/diagnose_usb/Android.bp
+++ b/diagnose_usb/Android.bp
@@ -2,6 +2,7 @@ cc_library_static {
2 name: "libdiagnose_usb", 2 name: "libdiagnose_usb",
3 cflags: ["-Wall", "-Wextra", "-Werror"], 3 cflags: ["-Wall", "-Wextra", "-Werror"],
4 host_supported: true, 4 host_supported: true,
5 recovery_available: true,
5 target: { 6 target: {
6 windows: { 7 windows: {
7 enabled: true, 8 enabled: true,