Fixing missing thermal HAL on Taimen/Walleye.

Importing root of hardware/google/pixel instead of just the thermalhal
subfolder.

Bug: 121157758
Test: pts -m PtsThermalHalTestCases
Change-Id: I2ed066802c06c03ddabf8329776718424bcc0ad3
Signed-off-by: Vincent Palomares <paillon@google.com>
This commit is contained in:
Vincent Palomares
2018-12-17 17:08:47 -08:00
parent b3d8d1d17d
commit 63be0fdf50
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
soong_namespace {
imports: [
"hardware/google/pixel/thermalhal",
"hardware/google/pixel",
],
}

View File

@@ -31,7 +31,7 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_SOONG_NAMESPACES += \
device/google/wahoo \
hardware/google/pixel/thermalhal
hardware/google/pixel
# Telephony IWLAN operation mode
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \