mirror of
https://github.com/ayasa520/redroid-script.git
synced 2026-02-24 16:35:08 +08:00
support 64 bit only image
This commit is contained in:
@@ -18,7 +18,7 @@ def main():
|
||||
dest='android',
|
||||
help='Specify the Android version to build',
|
||||
default='11.0.0',
|
||||
choices=['13.0.0', '12.0.0', '11.0.0', '10.0.0', '9.0.0', '8.1.0'])
|
||||
choices=['13.0.0', '12.0.0', '12.0.0_64only', '11.0.0', '10.0.0', '9.0.0', '8.1.0'])
|
||||
parser.add_argument('-g', '--install-gapps',
|
||||
dest='gapps',
|
||||
help='Install OpenGapps to ReDroid',
|
||||
|
||||
Reference in New Issue
Block a user