Enable libdemangle and libunwindstack on host bionic

libunwindstack_test:UnwindTest.* are all failing, but at least this
builds.

Test: Enable host bionic; m
Test: out/soong/host/linux_bionic-x86/nativetest64/libdemangle_test/libdemangle_test
Test: out/soong/host/linux_bionic-x86/nativetest64/libunwindstack_test/libunwindstack_test
Change-Id: Ie6c774ecb4d7a467b5ea7ae977833e9cba178f2d
This commit is contained in:
Dan Willemsen 2017-09-19 17:53:12 -07:00
parent 7dcf076700
commit 0f048675b2
2 changed files with 9 additions and 0 deletions

View file

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

View file

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