7 lines
128 B
Text
7 lines
128 B
Text
|
# For MAS build, we force defining "MAS_BUILD".
|
||
|
config("mas_build") {
|
||
|
if (is_mas_build) {
|
||
|
defines = [ "MAS_BUILD" ]
|
||
|
}
|
||
|
}
|