blob: f4abd0ab582c4cd7d2469acc6874989d31cbc7aa [file] [log] [blame]
Bob Badourde423b72021-03-31 19:55:25 -07001package {
Ronish Kaliaf8913972024-02-14 14:30:14 +00002 default_team: "trendy_team_android_gpu",
Bob Badourde423b72021-03-31 19:55:25 -07003 // 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
Carlos Martinez Romeroe0b8a312023-10-11 17:52:00 +000011aconfig_declarations {
12 name: "framework_graphics_flags",
13 package: "com.android.graphics.flags",
Oriol Prieto Gasco7b816122024-04-30 20:05:05 +000014 container: "system",
Carlos Martinez Romeroe0b8a312023-10-11 17:52:00 +000015 srcs: ["android/framework_graphics.aconfig"],
16}
17
Anton Hansson9b2c4a62021-03-30 11:30:23 +010018filegroup {
19 name: "framework-graphics-nonupdatable-sources",
20 srcs: [
21 "**/*.java",
22 "**/*.aidl",
23 ],
24 visibility: ["//frameworks/base"],
25}