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", | |
], | |
} |