Add support for pe gapps

This commit is contained in:
Pierre-Hugues Husson 2019-10-21 21:44:12 +02:00
parent 6d6083b754
commit 99926b69a9
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
ifneq ($(wildcard vendor/opengapps),)
PRODUCT_COPY_FILES += \
device/phh/treble/empty-permission.xml:system/etc/permissions/com.google.android.camera2.xml \
device/phh/treble/empty-permission.xml:system/etc/permissions/com.google.android.camera.experimental2015.xml \
@ -20,3 +21,11 @@ PRODUCT_PACKAGES += \
phh-overrides
$(call inherit-product, vendor/opengapps/build/opengapps-packages.mk)
endif
#Pixel Experience gapps
ifneq ($(wildcard vendor/gapps),)
$(call inherit-product,vendor/gapps/config.mk)
PRODUCT_PACKAGES += \
phh-overrides
endif