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

Commit 65194a0d authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Tell the build system about APCT's requirements." am: c1d40263 am: 82a80c52

am: d871d9c5

Change-Id: Ic090f087299a04d6760ee6cc83b2f3bc15e6ed13
parents 7e794b35 d871d9c5
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 {