Use cc_test, not art_cc_test.

This was a copy/paste mistake.

Test: build aosp-build-tools
Change-Id: I9f433644a54d06cb796c7432df6577eec885f95f
This commit is contained in:
Nicolas Geoffray 2019-01-14 13:40:16 +00:00
parent 108ab211fe
commit b6b910bbea

View file

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