android_system_core/libpixelflinger/tests/gglmul/Android.bp

13 lines
188 B
Plaintext

cc_test {
name: "test-pixelflinger-gglmul",
srcs: ["gglmul_test.cpp"],
header_libs: ["libpixelflinger_internal"],
cflags: [
"-Wall",
"-Werror",
],
}