summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorVincent Palomares <paillon@google.com>2018-10-04 13:48:14 -0700
committerVincent Palomares <paillon@google.com>2018-10-05 15:36:27 -0700
commit28c812c5095885d9b70e88c8da07650aa7f74105 (patch)
treea02afd093c4fb46df77116dec85329a59f19ce6a /Android.bp
parent38a12db3544f3fbd3c85dff1129ad1c00d997d30 (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.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 9c549c6..e91352c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,3 @@
-
soong_namespace {
+ imports: ["hardware/google/interfaces"],
}