-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BoNic
authored and
BoNic
committed
Jan 8, 2024
1 parent
128fc06
commit 3716d1c
Showing
19 changed files
with
769 additions
and
6,004 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"version": "v2023.12.19", | ||
"date": "1702913614", | ||
"version": "v2024.01.08", | ||
"date": "1704697118", | ||
"variants": [ | ||
{ | ||
"name": "treble_arm64_bgN", | ||
"size": "1445113944", | ||
"url": "https://github.com/KoysX/treble_DerpFest_GSI/releases/download/v2023.12.19/DerpFest-arm64_bgN-14.0-unofficial-20231219.img.xz" | ||
"size": "1471847920", | ||
"url": "https://github.com/KoysX/treble_DerpFest_GSI/releases/download/v2024.01.08/DerpFest-arm64_bgN-14.0-unofficial-20240108.img.xz" | ||
}, | ||
{ | ||
"name": "treble_arm64_bvN", | ||
"size": "1298317100", | ||
"url": "https://github.com/KoysX/treble_DerpFest_GSI/releases/download/v2023.12.19/DerpFest_arm64_bvN-14.0-unofficial-20231219.img.xz" | ||
"size": "1317410256", | ||
"url": "https://github.com/KoysX/treble_DerpFest_GSI/releases/download/v2024.01.08/DerpFest-arm64_bvN-14.0-unofficial-20240108.img.xz" | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
patches/misc/platform_device_phh_treble/0004-Remove-gapps.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From 222a49240de8173184c10f9f65d6f0a2496d6ba4 Mon Sep 17 00:00:00 2001 | ||
From: BoNic <BoNio9527@gmaul.com> | ||
Date: Thu, 21 Dec 2023 18:57:54 +0800 | ||
Subject: [PATCH] Remove-gapps | ||
|
||
--- | ||
generate.sh | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/generate.sh b/generate.sh | ||
index 9c20eb5..d830e34 100644 | ||
--- a/generate.sh | ||
+++ b/generate.sh | ||
@@ -26,7 +26,6 @@ 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_name="with GApps" | ||
fi | ||
if [ "$apps" == "gapps-go" ];then | ||
-- | ||
2.34.1 | ||
|
Oops, something went wrong.