Merge "Disable Window Extensions on TV" into main am: ebb0bd4b81
Original change: https://android-review.googlesource.com/c/platform/build/+/2924822 Change-Id: Id2fe2fdc36ac49be38233cc7f152c667418b439c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
eb98f8113d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue