Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1d40263 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

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

parents fcfbaa2a 03d183ae
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,4 +80,7 @@ cc_test {
    ],

    test_suites: ["device-tests"],
    required: [
        "libdemangle",
    ],
}
+3 −0
Original line number Diff line number Diff line
@@ -190,6 +190,9 @@ cc_test {
        "testdata/x86/*",
        "testdata/x86_64/*",
    ],
    required: [
        "libbacktrace_test",
    ],
}

cc_benchmark {