From 2a77dc0c0d6e36b64867ff21467aa7d86722395f Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Wed, 17 Aug 2011 11:24:11 +0800 Subject: android: build core EGL This builds the static library libmesa_egl from core EGL. Reviewed-by: Chad Versace --- Android.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index c1ee381..4178ea2 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 -- cgit v1.1