blob: 9d8040b6f2f691a1a747db3eb61ba65d13333d1f [file] [log] [blame] [edit]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["hardware_google_gfxstream_license"],
}
cc_library_static {
name: "libgfxstream_common_utils",
defaults: ["gfxstream_defaults"],
export_include_dirs: [
"include",
],
srcs: [
"Strings.cpp",
],
}