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

Commit fb617dd8 authored by Louis Chang's avatar Louis Chang Committed by Chris Li
Browse files

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
parent 98b4c2d9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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)
 No newline at end of file