summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_arm_partner_sample1.py
blob: 6ddace34daaa3ca3413a77ceaed3f7a371467b5f (plain)
1
2
3
4
5
6
7
8
9
10
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

config = {
    "stage_platform": "android-arm-partner-sample1",
    "src_mozconfig": None,  # use manifest to determine mozconfig src
    "src_mozconfig_manifest": "partner/mozconfigs/mozconfig1.json",
    "tooltool_manifest_src": "mobile/android/config/tooltool-manifests/android/releng.manifest",
}