summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_gradle.py
blob: 7c03fc1dce481d4bf59a96f055b05027efbb9ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config = {
    'base_name': 'Android armv7 API 15+ %(branch)s Gradle',
    'stage_platform': 'android-api-15-gradle',
    'build_type': 'api-15-gradle',
    'src_mozconfig': 'mobile/android/config/mozconfigs/android-api-15-gradle/nightly',
    'tooltool_manifest_src': 'mobile/android/config/tooltool-manifests/android/releng.manifest',
    'multi_locale_config_platform': 'android',
    # It's not obvious, but postflight_build is after packaging, so the Gecko
    # binaries are in the object directory, ready to be packaged into the
    # GeckoView AAR.
    'postflight_build_mach_commands': [
        ['gradle',
         'geckoview:assembleWithGeckoBinaries',
         'geckoview_example:assembleWithGeckoBinaries',
         'uploadArchives',
        ],
    ],
}