-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patches: personal: Sync with latest sources of TrebleDroid
Change-Id: I7b41c87e20c78373be24527f00ff291dc07bec3b Signed-off-by: xiaoleGun <1592501605@qq.com>
- Loading branch information
Showing
13 changed files
with
67 additions
and
80 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
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
37 changes: 0 additions & 37 deletions
37
patches/personal/device_phh_treble/0004-treble-Don-t-handle-apns-conf.patch
This file was deleted.
Oops, something went wrong.
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
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
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
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
24 changes: 24 additions & 0 deletions
24
...es/personal/device_phh_treble/0012-treble-Set-share-dup-blocks-to-reduce-image-size.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 26643a28ecbc8bdb7342f601a4c2644bc0b60799 Mon Sep 17 00:00:00 2001 | ||
From: xiaoleGun <1592501605@qq.com> | ||
Date: Sat, 30 Dec 2023 14:10:43 +0800 | ||
Subject: [PATCH 12/12] treble: Set share dup blocks to reduce image size | ||
|
||
Signed-off-by: xiaoleGun <1592501605@qq.com> | ||
--- | ||
miku.mk | 3 +++ | ||
1 file changed, 3 insertions(+) | ||
|
||
diff --git a/miku.mk b/miku.mk | ||
index b934a6f..a113521 100644 | ||
--- a/miku.mk | ||
+++ b/miku.mk | ||
@@ -20,3 +20,6 @@ else | ||
PRODUCT_PACKAGES += \ | ||
Via | ||
endif | ||
+ | ||
+# Partitions | ||
+BOARD_EXT4_SHARE_DUP_BLOCKS := true | ||
-- | ||
2.41.0 | ||
|