Merge "Disable Window Extensions on TV" into main

This commit is contained in:
Treehugger Robot
2024-01-25 01:49:01 +00:00
committed by Gerrit Code Review

View File

@@ -89,4 +89,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
ro.crypto.metadata_init_delete_all_keys.enabled=false \
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
ifneq ($(PRODUCT_IS_ATV),true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
endif