Use a FLOSS gallery instead of google photos

This commit is contained in:
Pierre-Hugues Husson 2020-03-11 13:55:02 +01:00
parent 4f527e92f6
commit bfa94e3fd7
1 changed files with 3 additions and 1 deletions

View File

@ -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