blob: bfd398a69d3f21fc768192b01de2f9ae5eec41b4 [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["hardware_google_gfxstream_license"],
}
cc_library_static {
name: "libgfxstream_host_backend",
defaults: ["gfxstream_defaults"],
export_include_dirs: [
"include",
],
static_libs: [
"libgfxstream_common_utils",
],
export_static_lib_headers: [
"libgfxstream_common_utils",
],
}