summaryrefslogtreecommitdiffstats
path: root/libnativebridge
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2019-01-14 13:40:16 +0000
committerNicolas Geoffray <ngeoffray@google.com>2019-01-14 13:40:16 +0000
commitb6b910bbea03822196657de1723811e2e7179fae (patch)
treed3257db1c847a4fb3b464f3717c64fe975adfba6 /libnativebridge
parent108ab211fe8374ab16e93146b190c8f732386d23 (diff)
downloadsystem_core-b6b910bbea03822196657de1723811e2e7179fae.tar.gz
system_core-b6b910bbea03822196657de1723811e2e7179fae.tar.bz2
system_core-b6b910bbea03822196657de1723811e2e7179fae.zip
Use cc_test, not art_cc_test.
This was a copy/paste mistake. Test: build aosp-build-tools Change-Id: I9f433644a54d06cb796c7432df6577eec885f95f
Diffstat (limited to 'libnativebridge')
-rw-r--r--libnativebridge/tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativebridge/tests/Android.bp b/libnativebridge/tests/Android.bp
index 7c8292743..744a4a8b8 100644
--- a/libnativebridge/tests/Android.bp
+++ b/libnativebridge/tests/Android.bp
@@ -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,