Merge "Enable libdemangle and libunwindstack on host bionic" am: 65673033ab
am: e529e49262
Change-Id: I1f9df55f1473e4f803260482942fe1fb0e240050
This commit is contained in:
commit
deffd43ff4
|
@ -24,6 +24,12 @@ cc_defaults {
|
|||
"-Werror",
|
||||
"-Wextra",
|
||||
],
|
||||
|
||||
target: {
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
|
@ -29,6 +29,9 @@ cc_defaults {
|
|||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
linux_bionic: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue