1package { 2 default_team: "trendy_team_android_gpu", 3 // See: http://go/android-license-faq 4 // A large-scale-change added 'default_applicable_licenses' to import 5 // all of the 'license_kinds' from "frameworks_base_license" 6 // to get the below license kinds: 7 // SPDX-license-identifier-Apache-2.0 8 default_applicable_licenses: ["frameworks_base_license"], 9} 10 11aconfig_declarations { 12 name: "framework_graphics_flags", 13 package: "com.android.graphics.flags", 14 container: "system", 15 srcs: ["android/framework_graphics.aconfig"], 16} 17 18filegroup { 19 name: "framework-graphics-nonupdatable-sources", 20 srcs: [ 21 "**/*.java", 22 "**/*.aidl", 23 ], 24 visibility: ["//frameworks/base"], 25} 26