Removed android_old references

This commit is contained in:
Alexander Taylor 2019-02-01 18:08:10 +00:00
parent 6d1d5e9b0d
commit 100bf932e7

View file

@ -134,7 +134,6 @@ Usage
Available targets:
android Android target, based on python-for-android project
ios iOS target, based on kivy-ios project
android_old Android target, based on python-for-android project (old toolchain)
Global commands (without target):
distclean Clean the whole Buildozer environment.
@ -153,11 +152,6 @@ Usage
run Run the application on the device
serve Serve the bin directory via SimpleHTTPServer
Target "android_old" commands:
adb Run adb from the Android SDK. Args must come after --, or
use --alias to make an alias
logcat Show the log from the device
Target "ios" commands:
list_identities List the available identities to use for signing.
xcode Open the xcode project.