1*9880d681SAndroid Build Coastguard Workerif not 'ARM' in config.root.targets: 2*9880d681SAndroid Build Coastguard Worker config.unsupported = True 3*9880d681SAndroid Build Coastguard Workerif not 'AArch64' in config.root.targets: 4*9880d681SAndroid Build Coastguard Worker config.unsupported = True 5*9880d681SAndroid Build Coastguard Worker 6*9880d681SAndroid Build Coastguard Workerconfig.suffixes = ['.test', '.cpp', '.c'] 7*9880d681SAndroid Build Coastguard Worker 8