mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27: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
8
testing/mozharness/configs/multi_locale/b2g_win32.py
Normal file
8
testing/mozharness/configs/multi_locale/b2g_win32.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import sys
|
||||
|
||||
config = {
|
||||
"exes": {
|
||||
"hg": "c:/mozilla-build/hg/hg",
|
||||
"make": [sys.executable, "%(abs_work_dir)s/build/build/pymake/make.py"],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue