summaryrefslogtreecommitdiff
path: root/tools/checker/common/archs.py
diff options
context:
space:
mode:
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
commitbe0d3cff84c69c497487d39c4022d604a7907d5b (patch)
tree15364a8eb252f9645bb1cf3f9fe9d2017f1ed5fa /tools/checker/common/archs.py
parent5945de03b6f6b35bcf6a575b2291e29ae7a2b1ee (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 'tools/checker/common/archs.py')
-rw-r--r--tools/checker/common/archs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checker/common/archs.py b/tools/checker/common/archs.py
index 178e0b5bc5..9628c888aa 100644
--- a/tools/checker/common/archs.py
+++ b/tools/checker/common/archs.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-archs_list = ['ARM', 'ARM64', 'MIPS', 'MIPS64', 'X86', 'X86_64']
+archs_list = ['ARM', 'ARM64', 'X86', 'X86_64']