Courtney Goeltzenleuchter | 03d9f07 | 2017-05-03 16:36:55 -0600 | [diff] [blame] | 1 | |
Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 2 | package { |
| 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_native_license" |
| 6 | // to get the below license kinds: |
| 7 | // SPDX-license-identifier-Apache-2.0 |
| 8 | // SPDX-license-identifier-BSD |
| 9 | // SPDX-license-identifier-MIT |
| 10 | // legacy_notice |
| 11 | default_applicable_licenses: ["frameworks_native_license"], |
| 12 | } |
| 13 | |
Courtney Goeltzenleuchter | 423c076 | 2017-05-03 16:35:21 -0600 | [diff] [blame] | 14 | subdirs = [ |
Courtney Goeltzenleuchter | 03d9f07 | 2017-05-03 16:36:55 -0600 | [diff] [blame] | 15 | "angeles", |
| 16 | "configdump", |
| 17 | "EGLTest", |
| 18 | "fillrate", |
| 19 | "filter", |
| 20 | "finish", |
| 21 | "gl2_basic", |
| 22 | "gl2_copyTexImage", |
| 23 | "gl2_yuvtex", |
| 24 | "gl_basic", |
| 25 | "gl_perf", |
| 26 | "gl_yuvtex", // just renders magenta frame, broken? |
| 27 | "gralloc", |
Courtney Goeltzenleuchter | 423c076 | 2017-05-03 16:35:21 -0600 | [diff] [blame] | 28 | "hwc", |
| 29 | "lib", |
| 30 | ] |