Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 1 | cc_test { |
2 | name: "test-opengl-gralloc", | ||||
3 | |||||
4 | srcs: ["gralloc.cpp"], | ||||
5 | |||||
Chih-Hung Hsieh | 7e9cd8e | 2017-11-14 15:08:56 -0800 | [diff] [blame] | 6 | cflags: [ |
7 | "-Wall", | ||||
8 | "-Werror", | ||||
9 | ], | ||||
10 | |||||
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 11 | gtest: false, |
12 | |||||
13 | shared_libs: [ | ||||
14 | "libcutils", | ||||
15 | "libutils", | ||||
16 | "libui", | ||||
17 | ], | ||||
18 | } |