summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2011-08-17 11:24:11 +0800
committerChia-I Wu <olvaffe@gmail.com>2011-08-21 02:01:49 +0800
commit2a77dc0c0d6e36b64867ff21467aa7d86722395f (patch)
tree00d6f3fab38a7c41491c04923484e8f157a49dd9 /Android.mk
parentfaf9d580f5ee4fd364f366ba50cfc99f4b31b04f (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.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index c1ee38102e9..4178ea2f36e 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