Commit graph

2 commits

Author SHA1 Message Date
Stephen Hines
bdd8532ab3 Fix mips-related build breakage.
Bug: http://b/34396220
Test: Builds successfully.

MIPS targets predefine _mips to 1, which will conflict with the _mips
variable name that was being used in the HAL here. Rename it to _amips
instead, so that it won't conflict.

Change-Id: Id13f34b740959852dff600259e3405eb72d0983a
2017-02-17 04:10:11 -08:00
Miao Wang
4772b6088a RenderScript HIDL HAL definition and server-side implementation.
Contains the definition and implementation of the HAL.

Bug: 34396220

Test: mm, all cts tests pass on bullhead and sailfish
Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69
2017-02-15 15:58:01 -08:00