• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2package {
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
14subdirs = [
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",
28    "hwc",
29    "lib",
30]
31