• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_test {
2    name: "test-opengl-codegen",
3    defaults: ["pixelflinger-tests"],
4
5    srcs: ["codegen.cpp"],
6
7    arch: {
8        arm: {
9            instruction_set: "arm",
10        },
11    },
12}
13