android: shasum pin barcode scanner
pins the barcode scanner aar used in the android build and its 2 dependencies to a sha256 hash using a script `fetch_barcode_scanner.sh` which is called in the process of building the apk by `make_apk.sh`. It fetches the 3 aar files if not already existing, puts them in `/contrib/android/aars` and verifies their shasum against the hardcoded hashes in `fetch_barcode_scanner.sh`.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -39,6 +39,7 @@ contrib/build-linux/appimage/.cache/
|
||||
contrib/osx/.cache/
|
||||
contrib/osx/build-venv/
|
||||
contrib/android/android_debug.keystore
|
||||
contrib/android/.cache/
|
||||
contrib/secp256k1/
|
||||
contrib/zbar/
|
||||
contrib/libusb/
|
||||
|
||||
Reference in New Issue
Block a user