diff options
author | android-build-prod (mdb) <android-build-team-robot@google.com> | 2018-05-04 19:26:11 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-04 19:26:11 +0200 |
commit | 420f7f8df45b16aa984396270419cacf11baeab6 (patch) | |
tree | f376f2005a2bc514781e4f94ca176378ab9a9f68 /install.cpp | |
parent | Merge "otautil: Only build the needed files for host build." (diff) | |
parent | Move reboot() from common.h into otautil/sysutil.h. (diff) | |
download | android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.gz android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.bz2 android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.lz android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.xz android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.tar.zst android_bootable_recovery-420f7f8df45b16aa984396270419cacf11baeab6.zip |
Diffstat (limited to 'install.cpp')
-rw-r--r-- | install.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install.cpp b/install.cpp index 30fd2c6be..a4c6986a6 100644 --- a/install.cpp +++ b/install.cpp @@ -49,10 +49,10 @@ #include <ziparchive/zip_archive.h> #include "common.h" -#include "otautil/SysUtil.h" -#include "otautil/ThermalUtil.h" #include "otautil/error_code.h" #include "otautil/paths.h" +#include "otautil/sysutil.h" +#include "otautil/thermalutil.h" #include "private/install.h" #include "roots.h" #include "ui.h" |