summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/builds/releng_sub_android_configs/64_arm_partner_sample1_lite.py
blob: 535ebca2da893b795b19c84b4c98c379aa4f3349 (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-lite",
    "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",
}