android: only static zstd libs are needed

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ic460c18c9d5ae72f4d38b90260a2e8b8db8e8289
private/gokay/deterministic-id-assignments
Andras Timar 2023-07-01 18:14:08 +02:00
parent 676d2db1f6
commit 6696f2c515
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ for p in $PLATFORMS; do
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SYSTEM_NAME=Android \
-DCMAKE_SYSTEM_VERSION=21 \
-DZSTD_BUILD_PROGRAMS:BOOL=OFF \
-DZSTD_BUILD_SHARED:BOOL=OFF \
$TOP_PATH/build/cmake || exit 1;
make
done