summaryrefslogtreecommitdiff
path: root/rust/binary.go
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-11-06 07:06:58 -0800
committer Colin Cross <ccross@android.com> 2019-11-07 15:27:58 -0800
commit6d88dbad0e50c7966003a0233d5827db30e2f533 (patch)
treee2d8ad0cf3314f5a7afc58603722fefa7feb93d8 /rust/binary.go
parent4af21ed26f41f9779c4e48dfb3b8d86366a24346 (diff)
Reorder local and global flags
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. The previous CL split the global and local flags into separate variables. Rearrange the order that the variables are applied to be: global cflags global conlyflags global cppflags local cflags local include dirs local conlyflags local cppflags global include dirs Bug: 143713277 Test: m native Change-Id: I171524ab40096a636a8e549e1e4bc3347ef9f97a
Diffstat (limited to 'rust/binary.go')
0 files changed, 0 insertions, 0 deletions