diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2011-08-17 11:24:11 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2011-08-21 02:01:49 +0800 |
commit | 2a77dc0c0d6e36b64867ff21467aa7d86722395f (patch) | |
tree | 00d6f3fab38a7c41491c04923484e8f157a49dd9 /Android.mk | |
parent | faf9d580f5ee4fd364f366ba50cfc99f4b31b04f (diff) |
android: build core EGL
This builds the static library libmesa_egl from core EGL.
Reviewed-by: Chad Versace <chad@chad-versace.us>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk index c1ee38102e..4178ea2f36 100644 --- a/Android.mk +++ b/Android.mk @@ -70,7 +70,8 @@ endif ifneq ($(strip $(MESA_GPU_DRIVERS)),) -SUBDIRS := +SUBDIRS := \ + src/egl/main ifeq ($(strip $(MESA_BUILD_GALLIUM)),true) SUBDIRS += src/gallium @@ -95,6 +96,6 @@ include $(MESA_COMMON_MK) include $(BUILD_SHARED_LIBRARY) mkfiles := $(patsubst %,$(MESA_TOP)/%/Android.mk,$(SUBDIRS)) --include $(mkfiles) +include $(mkfiles) endif # MESA_GPU_DRIVERS |