From be0d3cff84c69c497487d39c4022d604a7907d5b Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Wed, 12 Feb 2020 10:52:22 +0000 Subject: Remove remaining MIPS support. With the exception of dwarf support in libelffile. Test: aosp_taimen-userdebug boots. Test: m test-art-host-gtest Test: testrunner.py --host --optimizing Bug: 147346243 Change-Id: Ib25acbc98aa7f63ce49a7ed2f81a4a64d48eac39 --- libnativebridge/tests/NeedsNativeBridge_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnativebridge/tests/NeedsNativeBridge_test.cpp') diff --git a/libnativebridge/tests/NeedsNativeBridge_test.cpp b/libnativebridge/tests/NeedsNativeBridge_test.cpp index c8ff743b05..3f80f8dcd5 100644 --- a/libnativebridge/tests/NeedsNativeBridge_test.cpp +++ b/libnativebridge/tests/NeedsNativeBridge_test.cpp @@ -20,7 +20,7 @@ namespace android { -static const char* kISAs[] = { "arm", "arm64", "mips", "mips64", "x86", "x86_64", "random", "64arm", +static const char* kISAs[] = { "arm", "arm64", "x86", "x86_64", "random", "64arm", "64_x86", "64_x86_64", "", "reallylongstringabcd", nullptr }; TEST_F(NativeBridgeTest, NeedsNativeBridge) { -- cgit v1.2.3-59-g8ed1b