Move host flags from linux -> host am: cd58088ccf

am: 0a3b1d31ab

Change-Id: I57477ab4fc1e240b719f20fe4cf38223a84e7e07
This commit is contained in:
Dan Willemsen 2017-10-03 03:19:27 +00:00 committed by android-build-merger
commit 22409b1ac6
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ cc_library {
target: {
// Always disable optimizations for host to make it easier to debug.
linux: {
host: {
cflags: ["-O0", "-g"],
},
},