From bfa94e3fd73413903007944ed7552a420857a284 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 11 Mar 2020 13:55:02 +0100 Subject: [PATCH] Use a FLOSS gallery instead of google photos --- gapps.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gapps.mk b/gapps.mk index 95a3834..efbed6d 100644 --- a/gapps.mk +++ b/gapps.mk @@ -28,5 +28,7 @@ ifneq ($(wildcard vendor/gapps),) IS_PHONE := true $(call inherit-product,vendor/gapps/config.mk) PRODUCT_PACKAGES += \ - phh-overrides + phh-overrides \ + com.simplemobiletools.gallery.pro \ + endif