From 4b51c3ab400eb8e02e21a6cd9e39b4800f4ab219 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Tue, 6 Mar 2018 22:05:25 -0800 Subject: Export fuse_sideload.h for libfusesideload. Move the module into a separate directory so that we can export only the expected header. With this change, minadbd no longer needs to include bootable/recovery. Test: mmma -j bootable/recovery Change-Id: I69b888ceb160a33a67d79c5bda208dc17ad6ed86 --- minadbd/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'minadbd') diff --git a/minadbd/Android.bp b/minadbd/Android.bp index fcdb48272..432b2f0f5 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -22,7 +22,6 @@ cc_defaults { ], include_dirs: [ - "bootable/recovery", "system/core/adb", ], } @@ -41,6 +40,7 @@ cc_library_static { ], static_libs: [ + "libfusesideload", "libbase", "libcrypto", ], -- cgit v1.2.3