From 3305d48b0be5c6d1578e04e9835c236335a40a9f Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 26 Sep 2019 00:02:29 -0700 Subject: minadbd: Export minadbd/types.h to libinstall. Test: mmma bootable/recovery Change-Id: I503e942b23cc51024aa752c1eb3db5455a44a9d1 --- install/Android.bp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/Android.bp') diff --git a/install/Android.bp b/install/Android.bp index 89cc3f23e..78c3a5784 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", ], -- cgit v1.2.3