summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-26 09:02:29 +0200
committerTao Bao <tbao@google.com>2019-09-26 09:04:11 +0200
commit3305d48b0be5c6d1578e04e9835c236335a40a9f (patch)
treea915156abf0d4251bfc8710650d6f791370e419d /install
parentMerge "applypatch: Add backup_source parameter to PatchPartition." (diff)
downloadandroid_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.gz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.bz2
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.lz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.xz
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.tar.zst
android_bootable_recovery-3305d48b0be5c6d1578e04e9835c236335a40a9f.zip
Diffstat (limited to '')
-rw-r--r--install/Android.bp8
-rw-r--r--install/adb_install.cpp2
2 files changed, 5 insertions, 5 deletions
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",
],
diff --git a/install/adb_install.cpp b/install/adb_install.cpp
index ed664429a..ee79a32c0 100644
--- a/install/adb_install.cpp
+++ b/install/adb_install.cpp
@@ -44,7 +44,7 @@
#include "fuse_sideload.h"
#include "install/install.h"
#include "install/wipe_data.h"
-#include "minadbd_types.h"
+#include "minadbd/types.h"
#include "otautil/sysutil.h"
#include "recovery_ui/device.h"
#include "recovery_ui/ui.h"