mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
Remove fixapos and fixtrans
These are legacy fixes for very old versions of the Android SDK tools. These issues have been fixed in stable versions for years.
This commit is contained in:
parent
7309b3c198
commit
5125b52e39
3 changed files with 16 additions and 82 deletions
|
|
@ -66,9 +66,9 @@ ordered_flags = [
|
|||
'disable', 'commit', 'subdir', 'submodules', 'init',
|
||||
'gradle', 'maven', 'output', 'oldsdkloc', 'target',
|
||||
'update', 'encoding', 'forceversion', 'forcevercode', 'rm',
|
||||
'fixtrans', 'fixapos', 'extlibs', 'srclibs', 'patch',
|
||||
'prebuild', 'scanignore', 'scandelete', 'build', 'buildjni',
|
||||
'preassemble', 'bindir', 'antcommand', 'novcheck'
|
||||
'extlibs', 'srclibs', 'patch', 'prebuild', 'scanignore',
|
||||
'scandelete', 'build', 'buildjni', 'preassemble', 'bindir',
|
||||
'antcommand', 'novcheck'
|
||||
]
|
||||
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ valuetypes = {
|
|||
['yes', 'no'], None,
|
||||
[ ],
|
||||
[ 'submodules', 'oldsdkloc', 'forceversion', 'forcevercode',
|
||||
'fixtrans', 'fixapos', 'novcheck' ]),
|
||||
'novcheck' ]),
|
||||
|
||||
'Repo Type' : FieldType("Repo Type",
|
||||
[ 'git', 'git-svn', 'svn', 'hg', 'bzr', 'srclib' ], None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue