commit | 9ec919a6136abe75280a8f8375981a09d6918f5b | [log] [tgz] |
---|---|---|
author | Greg Hartman <ghartman@google.com> | Thu Apr 16 21:44:59 2015 -0700 |
committer | Greg Hartman <ghartman@google.com> | Fri Apr 17 21:26:55 2015 +0000 |
tree | 12ce09fe92c59b2871ff61b5e9db306e26abd87a | |
parent | 1117115823e340667749862d661692f6fb6a2d19 [diff] |
Revise the SwiftShader makefiles to avoid compile errors We can get intermittent compile errors with the current makefiles because the same .cpp is built from multiple Android.mk's. The normal way to resolve this is to use static libraries to hold the common files. Change-Id: Ifd39809dfac8c96a622b98ef83f31510b34461e4 Reviewed-on: https://swiftshader-review.googlesource.com/2890 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Greg Hartman <ghartman@google.com>