diff options
author | Tianjie Xu <xunchang@google.com> | 2019-03-19 21:34:58 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-03-19 21:34:58 +0100 |
commit | eeea86f5fdf29c7e8742fd0fe062ad09e3130433 (patch) | |
tree | 874f99533dc317f106ba4da4e955713c5ff46051 /minadbd/Android.bp | |
parent | Merge "Skip calling verify_package_compatibility when resuming." (diff) | |
parent | Create a FuseDataProvider base class (diff) | |
download | android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar.gz android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar.bz2 android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar.lz android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar.xz android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.tar.zst android_bootable_recovery-eeea86f5fdf29c7e8742fd0fe062ad09e3130433.zip |
Diffstat (limited to 'minadbd/Android.bp')
-rw-r--r-- | minadbd/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index a95d979a5..9b889f4a2 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -66,6 +66,7 @@ cc_test { static_libs: [ "libminadbd_services", + "libfusesideload", "libadbd", ], |