Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake,android: Build program/ into a helper lib (v2) | Eric Anholt | 2012-11-12 | 1 | -0/+4 |
| | | | | | | | | | | While simplifying mesa/Makefile.am, the more important feature of this commit is allowing a file with the same name to appear in both main/ and program/. v2: [chadv] Add changes to Android makefiles. Reviewed-by: Kenneth Graunke <[email protected]> (v1) Signed-off-by: Chad Versace <[email protected]> (v2) | ||||
* | android: Moves rules for libmesa_dricore to separate makefile | Chad Versace | 2012-11-12 | 1 | -0/+63 |
The pair of files src/mesa/Android.mk and src/mesa/Android.gen.mk are too long and complex to be easily understood. This patch belongs to a series that decomposes them into several easily digestible makefiles. This patch move the rules for libmesa_dricore.a from Android.mk to Android.libmesa_dricore.mk. Signed-off-by: Chad Versace <[email protected]> |