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

Commit b6b910bb authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Use cc_test, not art_cc_test.

This was a copy/paste mistake.

Test: build aosp-build-tools
Change-Id: I9f433644a54d06cb796c7432df6577eec885f95f
parent 108ab211
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -88,7 +88,7 @@ cc_test {
}
}


// Build the test for the C API.
// Build the test for the C API.
art_cc_test {
cc_test {
    name: "libnativebridge-api-tests",
    name: "libnativebridge-api-tests",
    host_supported: true,
    host_supported: true,
    test_per_src: true,
    test_per_src: true,