aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2018-09-28 15:53:04 -0700
committerLingfeng Yang <lfy@google.com>2018-09-28 15:53:04 -0700
commit8ffdcdb1224f579e2b5c92f5552479ad63a584ed (patch)
tree172b224a5d6c9a76e197ed272edb40d2af9d0b74
parent0cccec1c5ec444a4169b897987c1868c8b5a1f47 (diff)
downloaddevice_generic_goldfish-opengl-8ffdcdb1224f579e2b5c92f5552479ad63a584ed.tar.gz
device_generic_goldfish-opengl-8ffdcdb1224f579e2b5c92f5552479ad63a584ed.tar.bz2
device_generic_goldfish-opengl-8ffdcdb1224f579e2b5c92f5552479ad63a584ed.zip
Convert openglCodecCommon to a shared library
Change-Id: I71f625547d4881ee06a7c769b6697d7eccec9316
-rw-r--r--shared/OpenglCodecCommon/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/OpenglCodecCommon/Android.mk b/shared/OpenglCodecCommon/Android.mk
index 2a27bbc2..32f62d6f 100644
--- a/shared/OpenglCodecCommon/Android.mk
+++ b/shared/OpenglCodecCommon/Android.mk
@@ -28,7 +28,7 @@ commonSources += \
endif
### CodecCommon guest ##############################################
-$(call emugl-begin-static-library,libOpenglCodecCommon$(GOLDFISH_OPENGL_LIB_SUFFIX))
+$(call emugl-begin-shared-library,libOpenglCodecCommon$(GOLDFISH_OPENGL_LIB_SUFFIX))
LOCAL_SRC_FILES := $(commonSources)