forked from ahnet-69/treble_voltage
-
Notifications
You must be signed in to change notification settings - Fork 15
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
1 parent
1c8ab89
commit 5ce0673
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
patches/personal/platform_device_phh_treble/0008-Set-builds-to-read-only.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,22 @@ | ||
From e037b571fd4e2bcaab02760fa7438fe996ad78b5 Mon Sep 17 00:00:00 2001 | ||
From: "Christopher A. Williamson" <[email protected]> | ||
Date: Sun, 21 Jan 2024 10:43:26 +0000 | ||
Subject: [PATCH] Set builds to read-only | ||
|
||
--- | ||
board-base.mk | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/board-base.mk b/board-base.mk | ||
index c38e385..97a4d02 100644 | ||
--- a/board-base.mk | ||
+++ b/board-base.mk | ||
@@ -11,3 +11,5 @@ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true | ||
BUILD_BROKEN_DUP_RULES := true | ||
|
||
BOARD_ROOT_EXTRA_SYMLINKS := $(filter-out $(BOARD_ROOT_EXTRA_SYMLINKS),/mnt/vendor/persist:/persist) | ||
+ | ||
+BOARD_EXT4_SHARE_DUP_BLOCKS := true | ||
-- | ||
2.42.0 | ||
|
22 changes: 0 additions & 22 deletions
22
patches/personal/platform_device_phh_treble/0008-builds-Read-Only.patch
This file was deleted.
Oops, something went wrong.