libcryfs/vendor/cryptopp/android-build.sh
2022-06-21 19:30:00 +02:00

8 lines
167 B
Bash
Executable File

#!/bin/sh
cd vendor_cryptopp && \
mkdir -p build/$1 && \
TestScripts/setenv-android.sh 21 $1 && \
make -f GNUmakefile-cross static && \
mv libcryptopp.a build/$1