Skip to content

Commit

Permalink
Move host flags from linux -> host
Browse files Browse the repository at this point in the history
There will be a second linux host config (linux_bionic), so move this to
apply to all supported host configs instead of just linux_glibc.

Test: out/soong/build.ninja is the same before/after
Change-Id: Id8db10e0a3db889736070eea16f387785c913179
  • Loading branch information
danw committed Oct 2, 2017
1 parent 8b7feee commit cd58088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libunwindstack/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ cc_library {

target: {
// Always disable optimizations for host to make it easier to debug.
linux: {
host: {
cflags: ["-O0", "-g"],
},
},
Expand Down

0 comments on commit cd58088

Please sign in to comment.