mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
10 lines
374 B
Python
10 lines
374 B
Python
config = {
|
|
# Additional Android 4.3 settings required when running in taskcluster.
|
|
"avds_dir": "/home/worker/workspace/build/.android",
|
|
"tooltool_cache": "/home/worker/tooltool_cache",
|
|
"download_tooltool": True,
|
|
"tooltool_servers": ['http://relengapi/tooltool/'],
|
|
"exes": {
|
|
'adb': '%(abs_work_dir)s/android-sdk18/platform-tools/adb',
|
|
}
|
|
}
|