summaryrefslogtreecommitdiffstats
path: root/otautil/ThermalUtil.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-04 10:04:40 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-04 10:04:40 +0200
commit360aa975e747340548d9a91f65def5954e693a03 (patch)
treece81f6419c38011df6d96545a783b27a6d60f357 /otautil/ThermalUtil.cpp
parentSnap for 4373608 from ff1f8d207cb973e8220a20da71d62089df92f10d to pi-release (diff)
parentMerge "otautil: Export headers." am: 2cedab7af9 am: b50d7cf9c9 am: d284e36fc6 (diff)
downloadandroid_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar.gz
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar.bz2
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar.lz
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar.xz
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.tar.zst
android_bootable_recovery-360aa975e747340548d9a91f65def5954e693a03.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
+}