Merge "Enable libdemangle and libunwindstack on host bionic"

This commit is contained in:
Treehugger Robot 2017-09-20 23:30:01 +00:00 committed by Gerrit Code Review
commit 65673033ab
2 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,12 @@ cc_defaults {
"-Werror", "-Werror",
"-Wextra", "-Wextra",
], ],
target: {
linux_bionic: {
enabled: true,
},
},
} }
cc_library { cc_library {

View file

@ -29,6 +29,9 @@ cc_defaults {
darwin: { darwin: {
enabled: false, enabled: false,
}, },
linux_bionic: {
enabled: true,
},
}, },
} }