summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-03-07 23:24:13 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-03-07 23:24:13 +0100
commit399febd111fb5ecc8b49f6909263c03c04f05c1a (patch)
treedd8936f4b9b164a3c63444e24dbe02b259b15d7d /minadbd/Android.bp
parentMerge "Drop the no-op Android.bp." am: 242d41b808 (diff)
parentMerge "Export fuse_sideload.h for libfusesideload." (diff)
downloadandroid_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar.gz
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar.bz2
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar.lz
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar.xz
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.tar.zst
android_bootable_recovery-399febd111fb5ecc8b49f6909263c03c04f05c1a.zip
Diffstat (limited to 'minadbd/Android.bp')
-rw-r--r--minadbd/Android.bp2
1 files changed, 1 insertions, 1 deletions
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",
],