Adds Window Extensions to GSI
... in order to have window extension library included especially on large screen devices. Bug: 288624195 Test: atest SdkAvailabilityTest Ignore-AOSP-First: Future release Change-Id: I8d347917f002cefb4f297930370ac7ae847f4731
This commit is contained in:
parent
98b4c2d908
commit
fb617dd880
1 changed files with 3 additions and 0 deletions
|
@ -91,3 +91,6 @@ PRODUCT_EXPORT_BOOT_IMAGE_TO_DIST := true
|
|||
# Additional settings used in all GSI builds
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.crypto.metadata_init_delete_all_keys.enabled=false \
|
||||
|
||||
# Window Extensions
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)
|
Loading…
Reference in a new issue