summaryrefslogtreecommitdiff
path: root/rust/binary.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-11-04 09:37:55 -0800
committer Colin Cross <ccross@android.com> 2019-11-07 15:27:58 -0800
commit4af21ed26f41f9779c4e48dfb3b8d86366a24346 (patch)
tree045e68db56a42c2556f4726a6140f1a2f416ebf3 /rust/binary.go
parent1f056cd69d5d6e5e720a028fea345e09e3508ffe (diff)
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
Diffstat (limited to 'rust/binary.go')
0 files changed, 0 insertions, 0 deletions