Issue #1053 - Part 1c: Remove references to mobile/android targets and paths

This commit is contained in:
Moonchild 2020-12-25 23:29:47 +00:00 • committed by roytam1
commit b21588597c
80 changed files with 8 additions and 3636 deletions

View file

@ -1,22 +0,0 @@
# lint_ignore=E501
config = {
"products": {
"apk": {
"product-name": "Fennec-%(version)s",
"check_uptake": True,
"alias": "fennec-latest",
"ssl-only": False,
"add-locales": False, # Do not add locales to let "multi" work
"paths": {
"android-api-15": {
"path": "/mobile/releases/%(version)s/android-api-15/:lang/fennec-%(version)s.:lang.android-arm.apk",
"bouncer-platform": "android",
},
"android-x86": {
"path": "/mobile/releases/%(version)s/android-x86/:lang/fennec-%(version)s.:lang.android-i386.apk",
"bouncer-platform": "android-x86",
},
},
},
},
}