redfin: Allow files to live in specified root path

This commit is contained in:
Apelete Seketeli
2025-09-14 23:12:14 +02:00
parent ba4c12059c
commit 3607aa24da

View File

@@ -29,4 +29,14 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_USES_MINI_GAPPS := true
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/app/GoogleExtShared/GoogleExtShared.apk \
system/app/GooglePrintRecommendationService/GooglePrintRecommendationService.apk \
system/etc/permissions/privapp-permissions-google.xml \
system/priv-app/DocumentsUIGoogle/DocumentsUIGoogle.apk \
system/priv-app/TagGoogle/TagGoogle.apk
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/priv-app/OmniStyle/OmniStyle.apk
$(call inherit-product, vendor/google/redfin/redfin-vendor.mk)