diff options
author | Tao Bao <tbao@google.com> | 2018-03-06 22:05:25 -0800 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2018-03-07 10:01:51 -0800 |
commit | 4b51c3ab400eb8e02e21a6cd9e39b4800f4ab219 (patch) | |
tree | f3f7fb8b0d453e4c21d6c874563200a9b51f395d /minadbd | |
parent | 8c7761edec5a85f0d544c4fa1b24f26d976fdb64 (diff) |
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
Diffstat (limited to 'minadbd')
-rw-r--r-- | minadbd/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index fcdb4827..432b2f0f 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", ], |