blob: 820a84d2a47539ea8459848ac9937d544b29d472 [file] [log] [blame]
Dan Willemsen596e2212018-11-16 17:36:26 -08001cc_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}