blob: 91be25d5a8c018d694be2156dea098e1a9897e68 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "device_generic_vulkan-cereal_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["device_generic_vulkan-cereal_license"],
}
cc_library_static {
name: "gfxstream_translator_glcommon",
defaults: [ "gfxstream_defaults" ],
cflags: [
"-fvisibility=hidden",
"-Wno-inconsistent-missing-override",
"-Wno-unused-parameter",
"-Wno-unused-function",
],
header_libs: [
"gfxstream_astc_codec_headers",
],
static_libs: [
"gfxstream_base",
"gfxstream_astc_codec",
],
srcs: [
"etc.cpp",
"rgtc.cpp",
"FramebufferData.cpp",
"GLBackgroundLoader.cpp",
"GLDispatch.cpp",
"GLESbuffer.cpp",
"GLEScontext.cpp",
"GLESpointer.cpp",
"GLESvalidate.cpp",
"GLutils.cpp",
"NamedObject.cpp",
"ObjectData.cpp",
"ObjectNameSpace.cpp",
"PaletteTexture.cpp",
"RangeManip.cpp",
"SaveableTexture.cpp",
"ScopedGLState.cpp",
"ShareGroup.cpp",
"TextureData.cpp",
"TextureUtils.cpp",
],
}