mirror of
https://github.com/ponces/treble_aosp.git
synced 2025-05-08 17:47:34 +00:00
26 lines
728 B
Diff
26 lines
728 B
Diff
From f7c568accbeda263954c6494083da15f9506cfb8 Mon Sep 17 00:00:00 2001
|
|
From: Alberto Ponces <ponces26@gmail.com>
|
|
Date: Tue, 21 Feb 2023 22:51:12 +0000
|
|
Subject: [PATCH 1/2] Import vendor/gapps
|
|
|
|
---
|
|
generate.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/generate.sh b/generate.sh
|
|
index 461eff1..1e63d8c 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/common/common-vendor.mk)'
|
|
apps_name="with GApps"
|
|
fi
|
|
if [ "$apps" == "gapps-go" ];then
|
|
--
|
|
2.34.1
|
|
|