summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2021-01-25 19:34:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-25 19:34:14 +0000
commit537992a84e39d132ff487ee1ad165a8b16393ec2 (patch)
treee323e0175c1ed97c883d74da8962c0ba47bf560d
parentbdb1cecf57f4ce313d1dfc85cb098e5cd2dc48b8 (diff)
parent22180b9bf0cf6b3aafcce1a9d81f0486c2b734cb (diff)
downloadhikey-537992a84e39d132ff487ee1ad165a8b16393ec2.tar.gz
Merge "Revert "Remove device/google/atv/overlay""
-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 += \