diff options
Diffstat (limited to 'Android/README.md')
-rw-r--r-- | Android/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Android/README.md b/Android/README.md index 6cabd6ba5d6..c42eb627006 100644 --- a/Android/README.md +++ b/Android/README.md @@ -156,6 +156,10 @@ repository's `Lib` directory will be picked up immediately. Changes in C files, and architecture-specific files such as sysconfigdata, will not take effect until you re-run `android.py make-host` or `build`. +The testbed app can also be used to test third-party packages. For more details, +run `android.py test --help`, paying attention to the options `--site-packages`, +`--cwd`, `-c` and `-m`. + ## Using in your own app |