diff --git a/manifest.xml b/manifest.xml index 65b04e5..c70714c 100644 --- a/manifest.xml +++ b/manifest.xml @@ -13,9 +13,6 @@ - - - diff --git a/patches/personal/platform_device_phh_treble/0003-Fix-gapps-path.patch b/patches/personal/platform_device_phh_treble/0003-Fix-gapps-path.patch deleted file mode 100644 index d7d9de3..0000000 --- a/patches/personal/platform_device_phh_treble/0003-Fix-gapps-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8d9f5f78c7629aa9a416c706a0380fd3e1ffa03e Mon Sep 17 00:00:00 2001 -From: chrisaw -Date: Thu, 28 Dec 2023 22:54:12 +0000 -Subject: [PATCH] Fix gapps path - ---- - gapps.mk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/gapps.mk b/gapps.mk -index 15e12a9..a9390fb 100644 ---- a/gapps.mk -+++ b/gapps.mk -@@ -44,7 +44,7 @@ endif - #Pixel Experience gapps - ifneq ($(wildcard vendor/gapps),) - IS_PHONE := true --$(call inherit-product,vendor/gapps/config.mk) -+$(call inherit-product,vendor/gapps/common/common-vendor.mk) - PRODUCT_PACKAGES += \ - phh-overrides \ - com.simplemobiletools.gallery.pro \ --- -2.34.1