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