Tell the build system about APCT's requirements.
Bug: N/A Test: N/A Change-Id: I8a67e1ce5acc4142387878ba0bb542da0861e700
This commit is contained in:
parent
fb8b76fe55
commit
03d183aecc
2 changed files with 6 additions and 0 deletions
|
@ -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 a new issue