Bob Badour | de423b7 | 2021-03-31 19:55:25 -0700 | [diff] [blame] | 1 | package { |
Ronish Kalia | f891397 | 2024-02-14 14:30:14 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_android_gpu", |
Bob Badour | de423b7 | 2021-03-31 19:55:25 -0700 | [diff] [blame] | 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 | |
Carlos Martinez Romero | e0b8a31 | 2023-10-11 17:52:00 +0000 | [diff] [blame] | 11 | aconfig_declarations { |
| 12 | name: "framework_graphics_flags", |
| 13 | package: "com.android.graphics.flags", |
Oriol Prieto Gasco | 7b81612 | 2024-04-30 20:05:05 +0000 | [diff] [blame] | 14 | container: "system", |
Carlos Martinez Romero | e0b8a31 | 2023-10-11 17:52:00 +0000 | [diff] [blame] | 15 | srcs: ["android/framework_graphics.aconfig"], |
| 16 | } |
| 17 | |
Anton Hansson | 9b2c4a6 | 2021-03-30 11:30:23 +0100 | [diff] [blame] | 18 | filegroup { |
| 19 | name: "framework-graphics-nonupdatable-sources", |
| 20 | srcs: [ |
| 21 | "**/*.java", |
| 22 | "**/*.aidl", |
| 23 | ], |
| 24 | visibility: ["//frameworks/base"], |
| 25 | } |