blob: da717bddf8635fd380e60894ba54d61bfe94df0e [file] [log] [blame]
Courtney Goeltzenleuchter03d9f072017-05-03 16:36:55 -06001
Bob Badour3306e492021-02-25 15:35:37 -08002package {
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 Goeltzenleuchter423c0762017-05-03 16:35:21 -060014subdirs = [
Courtney Goeltzenleuchter03d9f072017-05-03 16:36:55 -060015 "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 Goeltzenleuchter423c0762017-05-03 16:35:21 -060028 "hwc",
29 "lib",
30]