See build/soong/README.md for more information. Test: cd system/core/libpixelflinger; mma Change-Id: I2354e5bc6b0b8a10d598e3677bc63962f70bf7bc
16 lines
266 B
Text
16 lines
266 B
Text
cc_defaults {
|
|
name: "pixelflinger-tests",
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
header_libs: ["libpixelflinger_internal"],
|
|
static_libs: [
|
|
"libcutils",
|
|
"liblog",
|
|
"libpixelflinger",
|
|
"libutils",
|
|
],
|
|
}
|