File tree 1 file changed +17
-13
lines changed
1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change @@ -2453,23 +2453,27 @@ def __init__(self):
2453
2453
description = "Tool for managing the Android / Python toolchain" ,
2454
2454
usage = """toolchain <command> [<args>]
2455
2455
2456
- Currently available commands:
2457
- create Build an android project with all recipes
2458
-
2459
2456
Available commands:
2460
- Not yet confirmed
2457
+ adb Runs adb binary from the detected SDK dir
2458
+ apk Create an APK using the given distribution
2459
+ bootstraps List all the bootstraps available to build with.
2460
+ build_status Informations about the current build
2461
+ create Build an android project with all recipes
2462
+ clean_all Delete all build components
2463
+ clean_builds Delete all build caches
2464
+ clean_dists Delete all compiled distributions
2465
+ clean_download_cache Delete any downloaded recipe packages
2466
+ clean_recipe_build Delete the build files of a recipe
2467
+ distributions List all distributions
2468
+ export_dist Copies a created dist to an output directory
2469
+ logcat Runs logcat from the detected SDK dir
2470
+ print_context_info Prints debug informations
2471
+ recipes List all the available recipes
2472
+ sdk_tools Runs android binary from the detected SDK dir
2473
+ symlink_dist Symlinks a created dist to an output directory
2461
2474
2462
2475
Planned commands:
2463
- recipes
2464
- distributions
2465
2476
build_dist
2466
- symlink_dist
2467
- copy_dist
2468
- clean_all
2469
- status
2470
- clean_builds
2471
- clean_download_cache
2472
- clean_dists
2473
2477
""" )
2474
2478
parser .add_argument ("command" , help = "Command to run" )
2475
2479
You can’t perform that action at this time.
0 commit comments