0
0
mirror of https://github.com/ponces/treble_aosp.git synced 2025-05-08 09:37:34 +00:00
Files
treble_aosp/patches/personal/platform_build/0001-Remove-su-from-vanilla-builds.patch
2025-04-12 02:01:30 +01:00

25 lines
632 B
Diff

From 4227d7747bd734357ca1b4f7b32162e759e2248b Mon Sep 17 00:00:00 2001
From: Victor Bo <bvoid@yandex.ru>
Date: Sat, 14 Dec 2019 23:46:34 +0200
Subject: [PATCH 1/2] Remove su from vanilla builds
---
target/product/base_system.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index a78c023a36..71dc21e470 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -528,7 +528,6 @@ PRODUCT_PACKAGES_DEBUG := \
ss \
start_with_lockagent \
strace \
- su \
sanitizer-status \
tracepath \
tracepath6 \
--
2.34.1