goldfish-opengl: move to vendor partition

move all the opengl related libraries to vendor/lib
, vendor/lib/egl and vendor/lib/hw respectively.

BUG: 37511975

Change-Id: I1c68e445b58f0268fc9e5ddfea0e64436e1e56df
diff --git a/common.mk b/common.mk
index 03cadc0..81f558b 100644
--- a/common.mk
+++ b/common.mk
@@ -38,6 +38,10 @@
     $(eval _EMUGL_INCLUDE_TYPE := $(BUILD_$2)) \
     $(call _emugl-init-module,$1,$2,$3)
 
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo TREBLE),TREBLE)
+    emugl-begin-module += $(eval LOCAL_VENDOR_MODULE := true)
+endif
+
 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
     emugl-begin-module += $(eval include external/stlport/libstlport.mk)
 endif