summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Lee <rgl@google.com>2021-01-25 19:23:54 +0000
committerRobin Lee <rgl@google.com>2021-01-25 19:23:54 +0000
commit22180b9bf0cf6b3aafcce1a9d81f0486c2b734cb (patch)
treefce8e640a0fc759ede8352eb9e2c541e623394bf
parent5688329e8e89204785079bcab89742805d8fd396 (diff)
downloadhikey-22180b9bf0cf6b3aafcce1a9d81f0486c2b734cb.tar.gz
Revert "Remove device/google/atv/overlay"
Revert "Remove device/google/atv overlay from RRO exclusion" Revert submission 1510032-atv-rro Reason for revert: b/178396156 Reverted Changes: If9a99f850:Move keyguard enabled to Component Override I1b0056b50:Make device/google/atv compatible with RRO If766a0152:Remove device/google/atv overlay from RRO exclusio... I9df2747d9:Remove device/google/atv/overlay If689c72c2:Move device/google/atv overlays into SystemUI Change-Id: I02e0121367b114927435e0e3310df75a16ef9fb7
-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 += \