Merge "Tell the build system about APCT's requirements."
This commit is contained in:
commit
c1d4026341
|
@ -80,4 +80,7 @@ cc_test {
|
|||
],
|
||||
|
||||
test_suites: ["device-tests"],
|
||||
required: [
|
||||
"libdemangle",
|
||||
],
|
||||
}
|
||||
|
|
|
@ -190,6 +190,9 @@ cc_test {
|
|||
"testdata/x86/*",
|
||||
"testdata/x86_64/*",
|
||||
],
|
||||
required: [
|
||||
"libbacktrace_test",
|
||||
],
|
||||
}
|
||||
|
||||
cc_benchmark {
|
||||
|
|
Loading…
Reference in New Issue