diff options
author | Vincent Palomares <paillon@google.com> | 2018-10-04 13:48:14 -0700 |
---|---|---|
committer | Vincent Palomares <paillon@google.com> | 2018-10-05 15:36:27 -0700 |
commit | 28c812c5095885d9b70e88c8da07650aa7f74105 (patch) | |
tree | a02afd093c4fb46df77116dec85329a59f19ce6a /Android.bp | |
parent | 38a12db3544f3fbd3c85dff1129ad1c00d997d30 (diff) |
thermal: Move common thermal HAL code to shared Pixel library.
Created new 'thermal_structs.h' file to avoid library -> HAL include dependency.
Removed battery_thresholds.cpp/h.
Bug: 117104007
Test: adb shell dumpsys hardware_properties
adb shell su 0 lshal debug android.hardware.thermal@1.1::IThermal/default
pts -m PtsThermalHalTestCases
vts -m VtsHalThermalV1_0Target
vts -m VtsHalThermalV1_1Target
Change-Id: Id517eea8e3e9bee1fbc579f176ff8850180ed105
Signed-off-by: Vincent Palomares <paillon@google.com>
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ - soong_namespace { + imports: ["hardware/google/interfaces"], } |