Skip to content

Commit

Permalink
Removed --sdk argument for p4a
Browse files Browse the repository at this point in the history
This argument no longer does anything.
  • Loading branch information
inclement committed Oct 4, 2017
1 parent 8f3f1bc commit bd63c8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildozer/targets/android_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def execute_build_package(self, build_cmd):
elif option == "--sdk":
cmd.append("--android_api")
cmd.extend(values)
cmd.append("--sdk")
cmd.extend(values)
else:
cmd.extend(args)

Expand Down

0 comments on commit bd63c8f

Please sign in to comment.