config: Fix build when WITH_SU is set

Change-Id: I95ac8ae2725279a95c11ae898ebfd44a6fa0f10e
This commit is contained in:
Michael Bestas
2024-02-29 22:48:08 +02:00
parent fc39d90588
commit fccfeff785

View File

@@ -194,6 +194,9 @@ ifneq ($(TARGET_BUILD_VARIANT),user)
ifeq ($(WITH_SU),true)
PRODUCT_PACKAGES += \
su
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/xbin/su
endif
endif