Skip to content
Snippets Groups Projects
Commit 9c29ab58 authored by Mohamed Naufal's avatar Mohamed Naufal
Browse files

Move & Rename buildscript, remove tabs

parent fd265746
No related branches found
No related tags found
No related merge requests found
#!/bin/bash #!/bin/bash
if [ "$NDK" = "" ]; then if [ "$NDK" = "" ]; then
echo NDK variable not set, assuming ${HOME}/android-ndk echo NDK variable not set, assuming ${HOME}/android-ndk
export NDK=${HOME}/android-ndk export NDK=${HOME}/android-ndk
fi fi
SYSROOT=$NDK/platforms/android-9/arch-arm SYSROOT=$NDK/platforms/android-9/arch-arm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment