summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index da4710b4..63902616 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -43,6 +43,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
# Set custom settings
DEVICE_PACKAGE_OVERLAYS := device/linaro/hikey/overlay
+ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv))
+# Set TV Custom Settings
+DEVICE_PACKAGE_OVERLAYS += device/google/atv/overlay
+endif
#avoid usb crash
PRODUCT_PRODUCT_PROPERTIES += \