blob: 73e0027fbbbf67d94ba70b6ce6c473f17bdc6bae [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["hardware_google_gfxstream_license"],
}
cc_library {
name: "libgfxstream_common_image",
defaults: [
"gfxstream_defaults",
],
static_libs: [
"libgfxstream_thirdparty_stb",
],
srcs: [
"ImageUtils.cpp",
],
export_include_dirs: [
"include",
],
}