Fix compile errors

This commit is contained in:
topjohnwu
2019-11-23 17:18:55 -05:00
parent 01253f050a
commit 34bb18448c
3 changed files with 4 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ void sepol_magisk_rules() {
// Allow update_engine/addon.d-v2 to run permissive on all ROMs
sepol_permissive("update_engine");
#ifdef MAGISK_DEBUG
#if 0
// Remove all dontaudit in debug mode
strip_dontaudit();
#endif