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

Commit 03d183ae authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Tell the build system about APCT's requirements.

Bug: N/A
Test: N/A
Change-Id: I8a67e1ce5acc4142387878ba0bb542da0861e700
parent fb8b76fe
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 {