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