1soong_namespace { 2 imports: ["hardware/google/gchips", "hardware/google/graphics/common"] 3} 4 5package { 6 default_applicable_licenses: ["hardware_google_graphics_gs101_license"], 7} 8 9// Added automatically by a large-scale-change 10// See: http://go/android-license-faq 11license { 12 name: "hardware_google_graphics_gs101_license", 13 visibility: [":__subpackages__"], 14 license_kinds: [ 15 "SPDX-license-identifier-Apache-2.0", 16 ], 17 // large-scale-change unable to identify any license_text files 18} 19