android: build core mesa

This builds the static library libmesa_st_mesa from core mesa.

Acked-by: Chad Versace <chad@chad-versace.us>
diff --git a/Android.mk b/Android.mk
index 4178ea2..0d9475f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -71,6 +71,7 @@
 ifneq ($(strip $(MESA_GPU_DRIVERS)),)
 
 SUBDIRS := \
+	src/mesa \
 	src/egl/main
 
 ifeq ($(strip $(MESA_BUILD_GALLIUM)),true)