Skip to content

Commit

Permalink
Merge pull request #571 from inclement/remove_sdk_argument
Browse files Browse the repository at this point in the history
Removed --sdk argument for p4a
  • Loading branch information
tito authored Dec 15, 2017
2 parents d816451 + bd63c8f commit 34168f5
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 @@ -101,8 +101,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 34168f5

Please sign in to comment.