summaryrefslogtreecommitdiffstats
path: root/otautil/ThermalUtil.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-04 01:41:33 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-04 01:41:33 +0200
commitd284e36fc634dcf326442e6001850182871839ae (patch)
tree0f575dabb45c5c8bfed5fcd0ec788b71495fd312 /otautil/ThermalUtil.cpp
parentMerge "screen_ui: stage marker positioning" am: 16817312a6 (diff)
parentMerge "otautil: Export headers." (diff)
downloadandroid_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar.gz
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar.bz2
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar.lz
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar.xz
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.tar.zst
android_bootable_recovery-d284e36fc634dcf326442e6001850182871839ae.zip
Diffstat (limited to 'otautil/ThermalUtil.cpp')
-rw-r--r--otautil/ThermalUtil.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/otautil/ThermalUtil.cpp b/otautil/ThermalUtil.cpp
index 13d36432a..5d9bd45c0 100644
--- a/otautil/ThermalUtil.cpp
+++ b/otautil/ThermalUtil.cpp
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include "ThermalUtil.h"
+#include "otautil/ThermalUtil.h"
#include <dirent.h>
#include <stdio.h>
@@ -77,4 +77,4 @@ int GetMaxValueFromThermalZone() {
}
LOG(INFO) << "current maximum temperature: " << max_temperature;
return max_temperature;
-} \ No newline at end of file
+}