Enable EGL build for host; remove flag

Fixes: 116786385

Change-Id: I1314eecbb3073df37325ef9bb177b37a1ed58961
diff --git a/Android.mk b/Android.mk
index 97452fe..be7551e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -125,12 +125,6 @@
 include $(GOLDFISH_OPENGL_PATH)/system/GLESv2_enc/Android.mk
 include $(GOLDFISH_OPENGL_PATH)/system/renderControl_enc/Android.mk
 
-# TODO: Get the rest of the libraries to build on host
-# From here, we require more android framework
-# reimplementations on host:
-# goldfish_dma
-# sockets
-# etc.
 include $(GOLDFISH_OPENGL_PATH)/system/OpenglSystemCommon/Android.mk
 
 # System shared libraries
@@ -139,10 +133,6 @@
 
 include $(GOLDFISH_OPENGL_PATH)/system/gralloc/Android.mk
 
-ifneq (true,$(GOLDFISH_OPENGL_BUILD_FOR_HOST))
-
 include $(GOLDFISH_OPENGL_PATH)/system/egl/Android.mk
 
-endif # !GOLDFISH_OPENGL_BUILD_FOR_HOST
-
 endif