blob: 414c80457ffd48be5bd3a937d8efff964ecf1c6f [file] [log] [blame]
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -07001cc_test {
2 name: "test-opengl-gralloc",
3
4 srcs: ["gralloc.cpp"],
5
6 gtest: false,
7
8 shared_libs: [
9 "libcutils",
10 "libutils",
11 "libui",
12 ],
13}