summaryrefslogtreecommitdiffstats
path: root/install/adb_install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-09-27 01:13:36 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-09-27 01:13:36 +0200
commit74c405d87faebe46e065c72302a823990d8e2df5 (patch)
treef8536981fbd0ec97c6ad5224913721082e4d23ce /install/adb_install.cpp
parentMerge "Use libcrypto_static instead of libcrypto" (diff)
parentMerge "minadbd: Export minadbd/types.h to libinstall." (diff)
downloadandroid_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar.gz
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar.bz2
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar.lz
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar.xz
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.tar.zst
android_bootable_recovery-74c405d87faebe46e065c72302a823990d8e2df5.zip
Diffstat (limited to 'install/adb_install.cpp')
-rw-r--r--install/adb_install.cpp2
1 files changed, 1 insertions, 1 deletions
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"