libcryfs/vendor/cryptopp/android-build.sh

8 lines
167 B
Bash
Raw Normal View History

2022-06-21 18:38:52 +02:00
#!/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