Really fix build.

Bug: N/A
Exempt-From-Owner-Approval: build fix
Test: builds (ran build_rs.py this time rather than mm)
Change-Id: I95cf51551d7a8a576e0dbe9110e7cdd49c649e3a
diff --git a/build_rs.py b/build_rs.py
index 3331c58..e2e5026 100755
--- a/build_rs.py
+++ b/build_rs.py
@@ -219,7 +219,7 @@
     product_to_arch = {
         'generic': 'arm',
         'generic_arm64': 'arm64',
-        'generic_mips': 'mips',
+        # 'generic_mips': 'mips',
         # 'generic_mips64': 'mips64el',
         'generic_x86': 'x86',
         'generic_x86_64': 'x86_64',