From cb6bb96cddd9091812da3e05d84efe7c425955c7 Mon Sep 17 00:00:00 2001 From: John Dias Date: Tue, 25 Jul 2017 10:26:50 -0700 Subject: [PATCH] thermal: copy correct vr config The wrong thermal-config was copied for VR mode. Bug: 37544246 Test: verify that the correct VR thermal config is on-device Change-Id: I8605336c5fbdac7450036883a68f1f25f111d286 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index c0bad93..c97f296 100644 --- a/device.mk +++ b/device.mk @@ -56,7 +56,7 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/google/taimen/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf \ - device/google/taimen/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf + device/google/taimen/thermal-engine-vr.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine-vr.conf # Audio PRODUCT_COPY_FILES += \