Skip to content

release_android: add --no-build flag

As of today, release_android.sh does a little more than "releasing" binaries. It will also rebuild everything from source. This makes it less useable in automated environments (such as CI) where we want fine control over the build/deploy steps. For example:

  • task 1 builds everything running build_all.sh
  • task 2 releases everything (commiting binaries to repos)

Add a --no-build option to release_android.sh so that we can avoid rebuilding while releasing.

Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com

Merge request reports