diff options
| author | Tao Bao <tbao@google.com> | 2019-09-26 00:02:29 -0700 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2019-09-26 00:04:11 -0700 |
| commit | 3305d48b0be5c6d1578e04e9835c236335a40a9f (patch) | |
| tree | a915156abf0d4251bfc8710650d6f791370e419d /install | |
| parent | 86b54dc49327d2b8a3d3ef2d7c1939dbf08c2796 (diff) | |
minadbd: Export minadbd/types.h to libinstall.
Test: mmma bootable/recovery
Change-Id: I503e942b23cc51024aa752c1eb3db5455a44a9d1
Diffstat (limited to 'install')
| -rw-r--r-- | install/Android.bp | 8 | ||||
| -rw-r--r-- | install/adb_install.cpp | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/install/Android.bp b/install/Android.bp index 89cc3f23..78c3a578 100644 --- a/install/Android.bp +++ b/install/Android.bp @@ -19,10 +19,6 @@ cc_defaults { "recovery_defaults", ], - header_libs: [ - "libminadbd_headers", - ], - shared_libs: [ "libbase", "libbootloader_message", @@ -69,6 +65,10 @@ cc_library_static { "wipe_device.cpp", ], + header_libs: [ + "libminadbd_headers", + ], + shared_libs: [ "librecovery_ui", ], diff --git a/install/adb_install.cpp b/install/adb_install.cpp index ed664429..ee79a32c 100644 --- a/install/adb_install.cpp +++ b/install/adb_install.cpp @@ -44,7 +44,7 @@ #include "fuse_sideload.h" #include "install/install.h" #include "install/wipe_data.h" -#include "minadbd_types.h" +#include "minadbd/types.h" #include "otautil/sysutil.h" #include "recovery_ui/device.h" #include "recovery_ui/ui.h" |
