summaryrefslogtreecommitdiffstats
path: root/src/gallium/Android.common.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: enable the radeonsi driverChih-Wei Huang2015-06-091-0/+8
| | | | | | | | | | | | | | | Based on the nice work of Paulo Sergio Travaglia <[email protected]>. The main modifications are: - Include paths for LLVM header files and shared/static libraries - Set C++ flag "c++11" to avoid compiling errors on LLVM header files - Set defines for LLVM - Add GALLIVM source files - Changes path of libelf library for lollipop Signed-off-by: Chih-Wei Huang <[email protected]> Acked-by: Eric Anholt <[email protected]>
* android: build gallium auxiliariesChia-I Wu2011-08-211-0/+32
This builds the static library libmesa_gallium from gallium auxiliaries.