diff options
author | 2020-03-06 16:55:28 -0800 | |
---|---|---|
committer | 2020-03-06 18:15:44 -0800 | |
commit | da3a071eaa7c157a5526b22030cf9603a1d6e6eb (patch) | |
tree | 0869f8f73536f59359f09a0ec44177eb040ccb53 /java/dexpreopt_bootjars.go | |
parent | 03b5185b888f2d75b61916e37c8f366e10e7fd94 (diff) |
Remove unused mips workarounds.
This was never really finished, and hasn't been supported for years.
Test: treehugger
Change-Id: I21d4c3112aa8cf0c56e59f0cc19ff8725ef714b9
Diffstat (limited to 'java/dexpreopt_bootjars.go')
-rw-r--r-- | java/dexpreopt_bootjars.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/dexpreopt_bootjars.go b/java/dexpreopt_bootjars.go index d7adb4051..d4b7e845a 100644 --- a/java/dexpreopt_bootjars.go +++ b/java/dexpreopt_bootjars.go @@ -33,8 +33,7 @@ func init() { // /system/framework/boot.art and should be the same for all supported // architectures on the device. The concrete architecture specific // content actually ends up in a "filename" that contains an -// architecture specific directory name such as arm, arm64, mips, -// mips64, x86, x86_64. +// architecture specific directory name such as arm, arm64, x86, x86_64. // // Here are some example values for an x86_64 / x86 configuration: // |