From 17054c051a846743ecbfacec5986fe8b35152c9d Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Thu, 3 May 2018 22:41:23 -0700 Subject: otautil: Rename dir/sys/thermal utils. Test: mmma -j bootable/recovery Change-Id: I32ab98549e91f993364306e4a88dc654221b3869 --- updater/updater.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'updater/updater.cpp') diff --git a/updater/updater.cpp b/updater/updater.cpp index bf7c36caf..40e3f1fc1 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -32,9 +32,9 @@ #include "edify/expr.h" #include "otafault/config.h" -#include "otautil/DirUtil.h" -#include "otautil/SysUtil.h" +#include "otautil/dirutil.h" #include "otautil/error_code.h" +#include "otautil/sysutil.h" #include "updater/blockimg.h" #include "updater/install.h" -- cgit v1.2.3