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:
parent
108ab211fe
commit
b6b910bbea
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue