summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-04 07:41:23 +0200
committerTao Bao <tbao@google.com>2018-05-04 08:17:29 +0200
commit17054c051a846743ecbfacec5986fe8b35152c9d (patch)
tree093bdd474d8f333ed4458662ce20e79ce48d57c6 /install.cpp
parentotautil: Only build the needed files for host build. (diff)
downloadandroid_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.gz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.bz2
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.lz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.xz
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.tar.zst
android_bootable_recovery-17054c051a846743ecbfacec5986fe8b35152c9d.zip
Diffstat (limited to '')
-rw-r--r--install.cpp4
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"