Merge "init/Android.bp: Sort cflags alphabetically"
This commit is contained in:
commit
b3f9f6f4c6
1 changed files with 9 additions and 9 deletions
|
|
@ -109,21 +109,21 @@ libinit_cc_defaults {
|
|||
misc_undefined: ["signed-integer-overflow"],
|
||||
},
|
||||
cflags: [
|
||||
"-DLOG_UEVENTS=0",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Wno-unused-parameter",
|
||||
"-Werror",
|
||||
"-Wthread-safety",
|
||||
"-DALLOW_FIRST_STAGE_CONSOLE=0",
|
||||
"-DALLOW_LOCAL_PROP_OVERRIDE=0",
|
||||
"-DALLOW_PERMISSIVE_SELINUX=0",
|
||||
"-DREBOOT_BOOTLOADER_ON_PANIC=0",
|
||||
"-DWORLD_WRITABLE_KMSG=0",
|
||||
"-DDUMP_ON_UMOUNT_FAILURE=0",
|
||||
"-DSHUTDOWN_ZERO_TIMEOUT=0",
|
||||
"-DINIT_FULL_SOURCES",
|
||||
"-DINSTALL_DEBUG_POLICY_TO_SYSTEM_EXT=0",
|
||||
"-DLOG_UEVENTS=0",
|
||||
"-DREBOOT_BOOTLOADER_ON_PANIC=0",
|
||||
"-DSHUTDOWN_ZERO_TIMEOUT=0",
|
||||
"-DWORLD_WRITABLE_KMSG=0",
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wextra",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wthread-safety",
|
||||
],
|
||||
product_variables: {
|
||||
debuggable: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue