feat: start preparing for a cli release (#672)
This diff includes some final changes to be ready for blessing a cli release. These changes are: 1. run `go generate ./...` to update the bundled CA 2. update the header we use for measuring 3. ensure `mk` uses the latest version of several tools Reference issue: https://github.com/ooni/probe/issues/1845
This commit is contained in:
@@ -40,7 +40,7 @@ ANDROID_CLI_VERSION = 7583922
|
||||
#help:
|
||||
#help: * ANDROID_INSTALL_EXTRA : contains the android tools we install in addition
|
||||
#help: to the NDK in order to build oonimkall.aar.
|
||||
ANDROID_INSTALL_EXTRA = 'build-tools;29.0.3' 'platforms;android-31'
|
||||
ANDROID_INSTALL_EXTRA = 'build-tools;32.0.0' 'platforms;android-31'
|
||||
|
||||
#help:
|
||||
#help: * ANDROID_NDK_VERSION : Android NDK version.
|
||||
|
||||
Reference in New Issue
Block a user