mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-08 17:59:34 +00:00
Add script for AArch64
This commit is contained in:
parent
40570e6522
commit
273f001895
18
scripts/cmake-config/lief-android-arm64.sh
Normal file
18
scripts/cmake-config/lief-android-arm64.sh
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
cmake .. \
|
||||
-DLIEF_DOC=off \
|
||||
-DLIEF_PYTHON_API=off \
|
||||
-DLIEF_EXAMPLES=off \
|
||||
-DLIEF_C_API=off \
|
||||
-DLIEF_PE=off \
|
||||
-DLIEF_MACHO=off \
|
||||
-DLIEF_OAT=off \
|
||||
-DLIEF_DEX=off \
|
||||
-DLIEF_VDEX=off \
|
||||
-DLIEF_ART=off \
|
||||
-DLIEF_LOGGING=off \
|
||||
-DANDROID_ABI="arm64-v8a" \
|
||||
-DANDROID_PLATFORM=android-24 \
|
||||
-DCMAKE_INSTALL_PREFIX=$(pwd)/install \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_TOOLCHAIN_FILE=${ANDROID_SDK}/ndk-bundle/build/cmake/android.toolchain.cmake
|
Loading…
x
Reference in New Issue
Block a user