Skip to content

Commit 805bc13

Browse files
invisiblekmikeNG
authored andcommitted
init: always allow local.prop overrides
* Many people use this for more than just debugging. Let's allow it to work in non-debuggable situations too. Change-Id: Ifb0d0e636c225ff8830154a49a182a034332056b
1 parent c34b997 commit 805bc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cc_defaults {
2626
"-Wextra",
2727
"-Wno-unused-parameter",
2828
"-Werror",
29-
"-DALLOW_LOCAL_PROP_OVERRIDE=0",
29+
"-DALLOW_LOCAL_PROP_OVERRIDE=1",
3030
"-DALLOW_PERMISSIVE_SELINUX=0",
3131
"-DREBOOT_BOOTLOADER_ON_PANIC=0",
3232
"-DWORLD_WRITABLE_KMSG=0",

0 commit comments

Comments
 (0)