1*58b9f456SAndroid Build Coastguard Workerimport os 2*58b9f456SAndroid Build Coastguard Worker 3*58b9f456SAndroid Build Coastguard Workerconfig.configuration_variant = 'libcxx.android' 4*58b9f456SAndroid Build Coastguard Workerconfig.android_root = os.getenv('ANDROID_BUILD_TOP') 5*58b9f456SAndroid Build Coastguard Workerconfig.libcxx_src_root = os.path.join(config.android_root, 'external/libcxx') 6*58b9f456SAndroid Build Coastguard Workerconfig.python_executable = '/usr/bin/python' 7*58b9f456SAndroid Build Coastguard Worker 8*58b9f456SAndroid Build Coastguard Workerconfig.timeout = '300' 9*58b9f456SAndroid Build Coastguard Worker 10*58b9f456SAndroid Build Coastguard Worker# Let the main config do the real work. 11*58b9f456SAndroid Build Coastguard Workerlit_config.load_config( 12*58b9f456SAndroid Build Coastguard Worker config, os.path.join(config.libcxx_src_root, 'test/lit.cfg')) 13