diff options
author | Tao Bao <tbao@google.com> | 2019-09-27 01:13:36 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-09-27 01:13:36 +0200 |
commit | 74c405d87faebe46e065c72302a823990d8e2df5 (patch) | |
tree | f8536981fbd0ec97c6ad5224913721082e4d23ce /install/adb_install.cpp | |
parent | Merge "Use libcrypto_static instead of libcrypto" (diff) | |
parent | Merge "minadbd: Export minadbd/types.h to libinstall." (diff) | |
download | android_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.cpp | 2 |
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" |