summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorVincent Palomares <paillon@google.com>2018-10-04 15:02:08 -0700
committerVincent Palomares <paillon@google.com>2018-10-09 16:05:39 -0700
commite3d1ddfc8aba0ec261c3e458a1f44d9e0b178851 (patch)
tree652c849d5750f2fa444008d67869690af9511649 /Android.bp
parent953cdcfa3ab26748bdd1d389d98de6c199819399 (diff)
downloadbonito-e3d1ddfc8aba0ec261c3e458a1f44d9e0b178851.tar.gz
thermal: Move common thermal HAL code to shared Pixel library.
Removed references to battery_thresholds.cpp/h. (The code is no longer useful, and is actually getting removed in the shared library.) 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.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9515b257..eeb6a2c0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,2 +1,3 @@
soong_namespace {
+ imports: ["hardware/google/pixel"]
}