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 <kenneth@whitecape.org> (v1) Signed-off-by: Chad Versace <chad.versace@linux.intel.com> (v2) | ||||
* | android: Moves rules for libmesa_st_mesa to separate makefile | Chad Versace | 2012-11-12 | 1 | -0/+61 |
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_st_mesa.a from Android.mk to Android.libmesa_st_mesa.mk. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> |