blob: 500df40183e01f0c4787c23b9c200d58a84f9a73 [file] [log] [blame]
cc_library(
name = "GLES_CM_translator_static",
srcs = [
"CoreProfileEngine.cpp",
"GLEScmContext.cpp",
"GLEScmImp.cpp",
"GLEScmUtils.cpp",
"GLEScmValidate.cpp",
] + glob(["*.h"]),
copts = [
"-Wno-extern-c-compat",
],
visibility = ["//visibility:public"],
deps = [
"//external/angle:angle-headers",
"//hardware/google/aemu/snapshot:aemu-snapshot",
"//hardware/google/gfxstream:gfxstream-gl-host-common-headers",
"//hardware/google/gfxstream/host/apigen-codec-common",
"//hardware/google/gfxstream/host/gl:gl_common",
"//hardware/google/gfxstream/third-party/glm",
],
)