blob: 25a317c3e3ff745dab16f5e7afd31ffda0354947 [file] [log] [blame]
cc_test {
name: "test-opengl-gl2_perf",
srcs: [
"gl2_perf.cpp",
"filltest.cpp",
],
gtest: false,
shared_libs: [
"libcutils",
"liblog",
"libEGL",
"libGLESv2",
"libui",
"libgui",
"libutils",
],
static_libs: ["libglTest"],
cflags: [
"-DGL_GLEXT_PROTOTYPES",
"-Wall",
"-Werror",
],
}