blob: c46477cc53a102cb606f346f66f5902d448ae496 [file] [log] [blame]
Courtney Goeltzenleuchter03d9f072017-05-03 16:36:55 -06001cc_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}