mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2024-10-01 01:35:54 -04:00
055ed9bfad
Signed-off-by: Tad <tad@spotco.us>
35 lines
1.6 KiB
Diff
35 lines
1.6 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: flawedworld <flawedworld@flawed.world>
|
|
Date: Mon, 11 Oct 2021 02:35:13 +0100
|
|
Subject: [PATCH] allow system to use persist.native_debug
|
|
|
|
---
|
|
prebuilts/api/33.0/private/property_contexts | 1 +
|
|
private/property_contexts | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git a/prebuilts/api/33.0/private/property_contexts b/prebuilts/api/33.0/private/property_contexts
|
|
index 1b2360d18..061f7fb59 100644
|
|
--- a/prebuilts/api/33.0/private/property_contexts
|
|
+++ b/prebuilts/api/33.0/private/property_contexts
|
|
@@ -58,6 +58,7 @@ persist.nfc. u:object_r:nfc_prop:s0
|
|
persist.nfc_cfg. u:object_r:nfc_prop:s0
|
|
persist.debug. u:object_r:persist_debug_prop:s0
|
|
persist.debug.user_mode_emulation u:object_r:system_user_mode_emulation_prop:s0
|
|
+persist.native_debug u:object_r:system_prop:s0
|
|
logd. u:object_r:logd_prop:s0
|
|
persist.logd. u:object_r:logd_prop:s0
|
|
ro.logd. u:object_r:logd_prop:s0
|
|
diff --git a/private/property_contexts b/private/property_contexts
|
|
index 1b2360d18..061f7fb59 100644
|
|
--- a/private/property_contexts
|
|
+++ b/private/property_contexts
|
|
@@ -58,6 +58,7 @@ persist.nfc. u:object_r:nfc_prop:s0
|
|
persist.nfc_cfg. u:object_r:nfc_prop:s0
|
|
persist.debug. u:object_r:persist_debug_prop:s0
|
|
persist.debug.user_mode_emulation u:object_r:system_user_mode_emulation_prop:s0
|
|
+persist.native_debug u:object_r:system_prop:s0
|
|
logd. u:object_r:logd_prop:s0
|
|
persist.logd. u:object_r:logd_prop:s0
|
|
ro.logd. u:object_r:logd_prop:s0
|