Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32df5e70 authored by Dan Pasanen's avatar Dan Pasanen Committed by Bruno Martins
Browse files

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
parent cbb39f77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",