diff options
| author | Mandy Shen <mandyshen@google.com> | 2020-03-30 01:48:48 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-03-30 01:48:48 +0000 |
| commit | 8ccd19d5c960d0e0ad5c263b2ed3a74a302daa60 (patch) | |
| tree | 60a9bd56762b7d21f32674541c232c0ac2fcf536 | |
| parent | 1b5a6474924b8da9d602c6381d628f3e7e9344c4 (diff) | |
| parent | 4691117211d28399a7d24eb9a5ef86c52fa7094e (diff) | |
| download | platform_hardware_google_pixel-8ccd19d5c960d0e0ad5c263b2ed3a74a302daa60.tar.gz platform_hardware_google_pixel-8ccd19d5c960d0e0ad5c263b2ed3a74a302daa60.tar.bz2 platform_hardware_google_pixel-8ccd19d5c960d0e0ad5c263b2ed3a74a302daa60.zip | |
Merge "thermal: use common device.mk" into rvc-dev
| -rw-r--r-- | thermal/device.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/thermal/device.mk b/thermal/device.mk new file mode 100644 index 0000000..a2d68a3 --- /dev/null +++ b/thermal/device.mk @@ -0,0 +1,10 @@ +# Thermal HAL +PRODUCT_PACKAGES += \ + android.hardware.thermal@2.0-service.pixel \ + +ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) +PRODUCT_PACKAGES += \ + thermal_logd +endif + +BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/thermal |
