android_system_core/libpixelflinger/tests/Android.bp

18 lines
285 B
Plaintext

cc_defaults {
name: "pixelflinger-tests",
cflags: [
"-Wall",
"-Werror",
],
header_libs: ["libpixelflinger_internal"],
static_libs: [
"libbase",
"libcutils",
"liblog",
"libpixelflinger",
"libutils",
],
}