Merge "MIPS: Lower LibartImgDeviceBaseAddress() to fix ART tests." am: d55aa7bdad am: e75269a157

am: 24375a84ab

Change-Id: I73abfc65eabf6b0effef8d5e3ab2d888eb0d56a0
This commit is contained in:
Chris Larsen
2017-05-31 11:47:21 +00:00
committed by android-build-merger

View File

@@ -466,7 +466,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
default:
return "0x70000000"
case Mips, Mips64:
return "0x64000000"
return "0x5C000000"
}
}