Dan Willemsen | 596e221 | 2018-11-16 17:36:26 -0800 | [diff] [blame] | 1 | cc_defaults { |
2 | name: "pixelflinger-tests", | ||||
3 | |||||
4 | cflags: [ | ||||
5 | "-Wall", | ||||
6 | "-Werror", | ||||
7 | ], | ||||
8 | |||||
9 | header_libs: ["libpixelflinger_internal"], | ||||
10 | static_libs: [ | ||||
11 | "libcutils", | ||||
12 | "liblog", | ||||
13 | "libpixelflinger", | ||||
14 | "libutils", | ||||
15 | ], | ||||
16 | } |