1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["hardware_google_gfxstream_license"], 4} 5 6cc_library_static { 7 name: "libgfxstream_common_utils", 8 defaults: ["gfxstream_defaults"], 9 export_include_dirs: [ 10 "include", 11 ], 12 srcs: [ 13 "Strings.cpp", 14 ], 15} 16