Add a GSI overlay for the framework package
This overlay is used to override the default value of the config_multiuserMaximumUsers resource in the framework package. This is necessary because the default value of this resource is 1, which is too low for CTS (like ProxyMediaRouter2HostSideTest) to add test users. Bug: 347122747 Change-Id: I351a96c49b698570f67742b176274124c41018c9 Test: TH
This commit is contained in:
@@ -51,9 +51,11 @@ PRODUCT_PACKAGES += \
|
||||
init.vndk-nodef.rc \
|
||||
|
||||
|
||||
# Overlay the GSI specific SystemUI setting
|
||||
# Overlay the GSI specific setting for framework and SystemUI
|
||||
ifneq ($(PRODUCT_IS_AUTOMOTIVE),true)
|
||||
PRODUCT_PACKAGES += gsi_overlay_systemui
|
||||
PRODUCT_PACKAGES += \
|
||||
gsi_overlay_framework \
|
||||
gsi_overlay_systemui \
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/generic/common/overlays/overlay-config.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/overlay/config/config.xml
|
||||
endif
|
||||
|
Reference in New Issue
Block a user