Skip to content

Commit

Permalink
init: always allow local.prop overrides
Browse files Browse the repository at this point in the history
* Many people use this for more than just debugging. Let's allow
  it to work in non-debuggable situations too.

Change-Id: Ifb0d0e636c225ff8830154a49a182a034332056b
  • Loading branch information
invisiblek authored and shutter-cat committed Nov 9, 2018
1 parent f97175b commit 12f2eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cc_defaults {
"-Wextra",
"-Wno-unused-parameter",
"-Werror",
"-DALLOW_LOCAL_PROP_OVERRIDE=0",
"-DALLOW_LOCAL_PROP_OVERRIDE=1",
"-DALLOW_PERMISSIVE_SELINUX=0",
"-DREBOOT_BOOTLOADER_ON_PANIC=0",
"-DWORLD_WRITABLE_KMSG=0",
Expand Down

0 comments on commit 12f2eef

Please sign in to comment.