See build/soong/README.md for more information. Test: cd system/core/libpixelflinger; mma Change-Id: I2354e5bc6b0b8a10d598e3677bc63962f70bf7bc
12 lines
193 B
Text
12 lines
193 B
Text
cc_test {
|
|
name: "test-opengl-codegen",
|
|
defaults: ["pixelflinger-tests"],
|
|
|
|
srcs: ["codegen.cpp"],
|
|
|
|
arch: {
|
|
arm: {
|
|
instruction_set: "arm",
|
|
},
|
|
},
|
|
}
|