From 58617269da4795e845de23ab766c2f0977e04be6 Mon Sep 17 00:00:00 2001 From: Ting Wang Date: Fri, 01 Jun 2018 07:32:04 +0000 Subject: rc:add media key[3/4] PD# 167491 add fastforward,pause and rewind Change-Id: I82260b03f49d42ab3ccf1b72beb27aa0ed30e35e --- diff --git a/device.mk b/device.mk index 2e5eeca..caa266a 100644 --- a/device.mk +++ b/device.mk @@ -46,7 +46,7 @@ PRODUCT_COPY_FILES += \ device/amlogic/einstein/files/remote.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/remote.cfg \ device/amlogic/einstein/files/remote.tab:$(TARGET_COPY_OUT_VENDOR)/etc/remote.tab \ device/amlogic/common/products/tv/Vendor_0001_Product_0001.kl:/$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_0001_Product_0001.kl \ - device/amlogic/common/products/mbox/Vendor_1915_Product_0001.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_1915_Product_0001.kl + device/amlogic/common/products/tv/Vendor_1915_Product_0001.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Vendor_1915_Product_0001.kl ifneq ($(TARGET_BUILD_GOOGLE_ATV), true) PRODUCT_COPY_FILES += \ device/amlogic/einstein/files/Generic.kl:/$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Generic.kl -- cgit