aboutsummaryrefslogtreecommitdiff
path: root/docs/README.Android.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.Android.md')
-rw-r--r--docs/README.Android.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.Android.md b/docs/README.Android.md
index 3cf0b74449..b83c027911 100644
--- a/docs/README.Android.md
+++ b/docs/README.Android.md
@@ -279,6 +279,12 @@ Build a specific group of add-ons:
```
make -j$(getconf _NPROCESSORS_ONLN) -C tools/depends/target/binary-addons ADDONS="pvr.*"
```
+
+Clean-up binary add-ons:
+```
+make -C tools/depends/target/binary-addons clean
+```
+
For additional information on regular expression usage for ADDONS_TO_BUILD, view ADDONS_TO_BUILD section located at [Kodi add-ons CMake based buildsystem](../cmake/addons/README.md)
**[back to top](#table-of-contents)**