diff options
author | Vladimir Marko <vmarko@google.com> | 2020-02-12 10:52:22 +0000 |
---|---|---|
committer | Treehugger Robot <treehugger-gerrit@google.com> | 2020-02-20 07:15:30 +0000 |
commit | be0d3cff84c69c497487d39c4022d604a7907d5b (patch) | |
tree | 15364a8eb252f9645bb1cf3f9fe9d2017f1ed5fa /libnativebridge | |
parent | 5945de03b6f6b35bcf6a575b2291e29ae7a2b1ee (diff) |
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
Diffstat (limited to 'libnativebridge')
-rw-r--r-- | libnativebridge/tests/NeedsNativeBridge_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |