See build/soong/README.md for more information. Test: cd system/core/libpixelflinger; mma Change-Id: I2354e5bc6b0b8a10d598e3677bc63962f70bf7bc
11 lines
185 B
Text
11 lines
185 B
Text
cc_defaults {
|
|
name: "pixelflinger-tests-mips",
|
|
defaults: ["pixelflinger-tests"],
|
|
|
|
enabled: false,
|
|
arch: {
|
|
mips: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
}
|