Files
build_soong/cc
Colin Cross 4af21ed26f Split local and global cflags
Native compiler flags are currently applied in approximately:
global cflags
local cflags
local include dirs
global include dirs
global conlyflags
local conlyflags
global cppflags
local cppflags

This means that a flag that is enabled in the global cppflags
cannot be disabled in the local cflags, and an Android.bp author
must know to disable it in the local cppflags.  A better order
would be:
global cflags
global conlyflags
global cppflags
local cflags
local conlyflags
local cppflags
local include dirs
global include dirs

We are mixing both the global and local cflags into a single
variable, and similar for conlyflags and cppflags, which
prevents reordering them.  This CL prepares to reorder them
by splitting the global and local cflags into separate variables.

Bug: 143713277
Test: m native
Change-Id: Ic55a8c3516c331dc5f2af9d00e59ceca9d3e6c15
2019-11-07 15:27:58 -08:00
..
2019-10-22 17:01:15 -07:00
2018-11-19 15:26:14 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2017-10-19 22:39:32 +09:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-10-28 22:09:01 -07:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-09-10 11:22:59 +09:00
2019-09-22 08:21:27 +09:00
2019-11-07 15:27:58 -08:00
2016-08-01 14:36:22 -07:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-09-13 12:18:47 -07:00
2019-11-07 15:27:58 -08:00
2019-11-07 15:27:58 -08:00
2019-11-01 18:15:33 +00:00
2019-11-07 15:27:58 -08:00