Merge "Tell the build system about APCT's requirements."

This commit is contained in:
Elliott Hughes 2018-05-03 20:14:32 +00:00 committed by Gerrit Code Review
commit c1d4026341
2 changed files with 6 additions and 0 deletions

View File

@ -80,4 +80,7 @@ cc_test {
],
test_suites: ["device-tests"],
required: [
"libdemangle",
],
}

View File

@ -190,6 +190,9 @@ cc_test {
"testdata/x86/*",
"testdata/x86_64/*",
],
required: [
"libbacktrace_test",
],
}
cc_benchmark {