mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Revert "Issue #1053 - Part 1c: Remove references to mobile/android targets and paths"
This reverts commit b21588597c.
This commit is contained in:
parent
05d0c3f046
commit
62e367cb90
80 changed files with 3645 additions and 8 deletions
|
|
@ -0,0 +1,18 @@
|
|||
import os
|
||||
|
||||
config = {
|
||||
"locales_file": "src/mobile/android/locales/all-locales",
|
||||
"tools_repo": "https://hg.mozilla.org/build/tools",
|
||||
"mozconfig": "src/mobile/android/config/mozconfigs/android-api-15/l10n-nightly",
|
||||
"tooltool_config": {
|
||||
"manifest": "mobile/android/config/tooltool-manifests/android/releng.manifest",
|
||||
"output_dir": "%(abs_work_dir)s/src",
|
||||
},
|
||||
"tooltool_servers": ['http://relengapi/tooltool/'],
|
||||
|
||||
"upload_env": {
|
||||
'UPLOAD_HOST': 'localhost',
|
||||
'UPLOAD_PATH': '/home/worker/artifacts/',
|
||||
},
|
||||
"mozilla_dir": "src/",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue