summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/android/androidarm_dev.py
blob: e4de6a9f2f513f2ed6a351adde1eb61cdc24a3ff (plain)
1
2
3
4
5
6
7
8
9
# This config contains dev values that will replace
# the values specified in the production config
# if specified like this (order matters):
# --cfg android/androidarm.py
# --cfg android/androidarm_dev.py
import os
config = {
    "tooltool_cache_path": os.path.join(os.getenv("HOME"), "cache"),
}