commit | 36fb67568c4464f5df29c8b2e7f54b9a4dafe56b | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Fri Mar 27 19:41:59 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Mar 31 19:16:08 2020 -0700 |
tree | 35b7d2ae8788a4055dc51862c62703e5e171f99d | |
parent | 2b5fa5505fb3e46d39eaa0b2b7999e19722405e1 [diff] |
Statically link libadbd into minadbd. Bug: http://b/150317254 Test: booted aosp_walleye-eng into recovery Change-Id: Ie479ae2fbaf1006228a531dab26c7d535ed403db Merged-In: Ie479ae2fbaf1006228a531dab26c7d535ed403db (cherry picked from commit 3735614b28af1573d96209388a05805c04957d10)
diff --git a/adb/proto/Android.bp b/adb/proto/Android.bp index a7e5d9c..f7cba95 100644 --- a/adb/proto/Android.bp +++ b/adb/proto/Android.bp
@@ -41,6 +41,9 @@ visibility: [ "//system/core/adb:__subpackages__", + + // This needs to be visible to minadbd, even though it's removed via exclude_shared_libs. + "//bootable/recovery/minadbd:__subpackages__", ], stl: "libc++_static",