summaryrefslogtreecommitdiff
path: root/stream-servers/gl/glestranslator/EGL
diff options
context:
space:
mode:
Diffstat (limited to 'stream-servers/gl/glestranslator/EGL')
-rw-r--r--stream-servers/gl/glestranslator/EGL/Android.bp1
-rw-r--r--stream-servers/gl/glestranslator/EGL/CMakeLists.txt2
2 files changed, 1 insertions, 2 deletions
diff --git a/stream-servers/gl/glestranslator/EGL/Android.bp b/stream-servers/gl/glestranslator/EGL/Android.bp
index 6275c628..037c37c8 100644
--- a/stream-servers/gl/glestranslator/EGL/Android.bp
+++ b/stream-servers/gl/glestranslator/EGL/Android.bp
@@ -12,7 +12,6 @@ cc_library_static {
defaults: [ "gfxstream_defaults" ],
static_libs: [
"gfxstream_base",
- "gfxstream_astc_codec",
"gfxstream_apigen_codec_common",
"gfxstream_translator_glcommon",
"gfxstream_translator_glescm",
diff --git a/stream-servers/gl/glestranslator/EGL/CMakeLists.txt b/stream-servers/gl/glestranslator/EGL/CMakeLists.txt
index 654f55d0..5033a63d 100644
--- a/stream-servers/gl/glestranslator/EGL/CMakeLists.txt
+++ b/stream-servers/gl/glestranslator/EGL/CMakeLists.txt
@@ -38,7 +38,7 @@ else()
endif()
target_link_libraries(EGL_translator_static PUBLIC GLcommon apigen-codec-common)
-target_link_libraries(EGL_translator_static PRIVATE gfxstream-base.headers astc-codec logging-base)
+target_link_libraries(EGL_translator_static PRIVATE gfxstream-base.headers logging-base)
target_link_libraries(EGL_translator_static PUBLIC GLES_CM_translator_static GLES_V2_translator_static)
if (NOT MSVC)
target_compile_options(EGL_translator_static PRIVATE -fvisibility=hidden)