Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e068028f authored by Hongguang Chen's avatar Hongguang Chen
Browse files

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
parent a718299b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -89,4 +89,6 @@ PRODUCT_PRODUCT_PROPERTIES += \
    ro.crypto.metadata_init_delete_all_keys.enabled=false \

# Window Extensions
ifneq ($(PRODUCT_IS_ATV),true)
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
endif
 No newline at end of file