blob: e20dd931ae7b409e6dbd5c86dff73ebdf79d3a27 [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: [
Joel Fernandes51944042018-12-18 13:32:31 -080011 "libbase",
Dan Willemsen596e2212018-11-16 17:36:26 -080012 "libcutils",
13 "liblog",
14 "libpixelflinger",
15 "libutils",
16 ],
17}