27 lines
801 B
Diff
27 lines
801 B
Diff
From b77fda8daa3632ef92f3299180506bcbd7c53189 Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Sat, 5 Nov 2022 23:49:11 +0000
|
|
Subject: [PATCH 5/7] treble: Switch to MindTheGapps
|
|
|
|
Change-Id: I1b80d4c5176cbf4af21d147c71b0abce6027c7c7
|
|
---
|
|
generate.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/generate.sh b/generate.sh
|
|
index 89fa88b..d847430 100644
|
|
--- a/generate.sh
|
|
+++ b/generate.sh
|
|
@@ -26,7 +26,7 @@ for part in a ab;do
|
|
optional_base=""
|
|
if [ "$apps" == "gapps" ];then
|
|
apps_suffix="g"
|
|
- apps_script='$(call inherit-product, device/phh/treble/gapps.mk)'
|
|
+ apps_script='$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)'
|
|
apps_name="with GApps"
|
|
fi
|
|
if [ "$apps" == "gapps-go" ];then
|
|
--
|
|
2.25.1
|
|
|