Disable Window Extensions on TV
Window Extensions is not supported on TV. Adding it to TV GSI causes some CTS failure. Bug: 321898211 Test: make TV GSI, check artifacts Test: atest CtsWindowManagerJetpackTestCases on TV GSI Change-Id: Ice6602c7b06c2e09e557423426abaa94da55c836
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user