summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_debug.py
blob: 22787e7f942ee7f6ff1298197321df1e67173cf1 (plain)
1
2
3
4
5
6
7
8
9
config = {
    'base_name': 'Android armv7 API 15+ %(branch)s debug',
    'stage_platform': 'android-api-15-debug',
    'build_type': 'api-15-debug',
    'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15/debug',
    'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
    'multi_locale_config_platform': 'android',
    'debug_build': True,
}