-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Synced with latest td source Signed-off-by: naz664 <nazimnavas145@gmail.com>
- Loading branch information
Showing
14 changed files
with
535 additions
and
72 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
patches/personal/platform_build_make/03-remove-su-from-no-su-builds.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,31 @@ | ||
From 513f08dade75dce317b22ef09d67f988c81838f5 Mon Sep 17 00:00:00 2001 | ||
From: naz664 <nazimnavas145@gmail.com> | ||
Date: Mon, 26 Dec 2022 11:54:04 +0000 | ||
Subject: [PATCH] remove su from no-su builds | ||
|
||
--- | ||
target/product/base_system.mk | 8 ++++---- | ||
1 file changed, 4 insertions(+), 4 deletions(-) | ||
|
||
diff --git a/target/product/base_system.mk b/target/product/base_system.mk | ||
index 9935ffe8b..5095760ab 100644 | ||
--- a/target/product/base_system.mk | ||
+++ b/target/product/base_system.mk | ||
@@ -397,10 +397,10 @@ PRODUCT_PACKAGES_DEBUG := \ | ||
unwind_reg_info \ | ||
unwind_symbols \ | ||
|
||
-ifeq ($(SPARK_BUILD),) | ||
-PRODUCT_PACKAGES_DEBUG += \ | ||
- su | ||
-endif | ||
+#ifeq ($(SPARK_BUILD),) | ||
+#PRODUCT_PACKAGES_DEBUG += \ | ||
+# su | ||
+#endif | ||
|
||
# The set of packages whose code can be loaded by the system server. | ||
PRODUCT_SYSTEM_SERVER_APPS += \ | ||
-- | ||
2.34.1 | ||
|
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
4 changes: 2 additions & 2 deletions
4
.../platform_frameworks_base/0031-SystemUI-Implement-alternate-brightness-path-for-FOD.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
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
Oops, something went wrong.