android: build libGLES_mesa
authorChia-I Wu <olvaffe@gmail.com>
Wed, 17 Aug 2011 03:07:01 +0000 (11:07 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sat, 20 Aug 2011 18:01:48 +0000 (02:01 +0800)
commitc9b21d986e6421d57c429f5ba8ca1fc8868e76dc
tree008c3dafd1a75e9657abd68f3d57e81e9e582faf
parent4b2b0b9fb8d41e7a8df4cdc49d498fcfb99139df
android: build libGLES_mesa

This is the first step to integrate Mesa into Android(-x86) build
system.  You can git clone mesa under the external/ directory of Android
source tree and build Android with

 $ make BOARD_GPU_DRIVERS=swrast

It will build libGLES_mesa that will be loaded by Android runtime.

libGLES_mesa is still a stub in this commit.
Android.common.mk [new file with mode: 0644]
Android.mk [new file with mode: 0644]