diff options
author | Chia-I Wu <[email protected]> | 2011-08-17 11:31:36 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-08-21 02:01:49 +0800 |
commit | ee40f18054088dad8e1d1eca2c44204576813d6b (patch) | |
tree | c031334c3661d193700381cbb6d4a0034eb120b9 /Android.mk | |
parent | 2a77dc0c0d6e36b64867ff21467aa7d86722395f (diff) |
android: build core mesa
This builds the static library libmesa_st_mesa from core mesa.
Acked-by: Chad Versace <[email protected]>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 4178ea2f36e..0d9475fa9a8 100644 --- a/Android.mk +++ b/Android.mk @@ -71,6 +71,7 @@ endif ifneq ($(strip $(MESA_GPU_DRIVERS)),) SUBDIRS := \ + src/mesa \ src/egl/main ifeq ($(strip $(MESA_BUILD_GALLIUM)),true) |