From 46bdb796df6cabe7eac75c56636936c68123e259 Mon Sep 17 00:00:00 2001 From: Apelete Seketeli Date: Sun, 14 Sep 2025 23:17:16 +0200 Subject: [PATCH] redfin: Select apps based on WITH_GMS flag Selectively build with or without GAPPS and allow files to live in specified root path depending on WITH_GMS flag. --- lineage_redfin.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lineage_redfin.mk b/lineage_redfin.mk index 651380e..1230097 100644 --- a/lineage_redfin.mk +++ b/lineage_redfin.mk @@ -27,6 +27,7 @@ PRODUCT_BUILD_PROP_OVERRIDES += \ BuildFingerprint=google/redfin/redfin:14/UP1A.231105.001.B2/11260668:user/release-keys \ DeviceProduct=redfin +ifeq ($(WITH_GMS),true) TARGET_USES_MINI_GAPPS := true PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ @@ -35,6 +36,7 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ system/etc/permissions/privapp-permissions-google.xml \ system/priv-app/DocumentsUIGoogle/DocumentsUIGoogle.apk \ system/priv-app/TagGoogle/TagGoogle.apk +endif PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \ system/priv-app/OmniStyle/OmniStyle.apk