diff options
Diffstat (limited to 'thermal/device.mk')
-rw-r--r-- | thermal/device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thermal/device.mk b/thermal/device.mk index bf150cd..8c91836 100644 --- a/thermal/device.mk +++ b/thermal/device.mk @@ -12,7 +12,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ thermal_symlinks -ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) +ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PACKAGES += \ thermal_logd endif |