Skip to content

Commit

Permalink
Add android files
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Feb 22, 2024
1 parent 8e7e676 commit 71d2dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
DROID_FLAGS="-fPIC -shared -s -O1 -fvisibility=hidden -rdynamic -funwind-tables"
DROID_LIBS="-lGLESv2 -lEGL -lm -landroid -llog"
NDK_ROOT="/opt/android-sdk-linux/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64/bin"
TOOLS_ROOT="/opt/android-sdk-linux/platform-tools"
TOOLS_ROOT="/opt/android-sdk-linux/build-tools/26.0.0"
SDK_ROOT="/opt/android-sdk-linux/platforms/android-34"
ROOT_DIR=$PWD
find /opt/android-sdk-linux/platform-tools
find /opt/android-sdk-linux/build-tools
cd $ROOT_DIR/src
$NDK_ROOT/armv7a-linux-androideabi19-clang *.c $DROID_FLAGS -march=armv5 $DROID_LIBS $LATEST_FLAG -o cc-droid-arm_16
$NDK_ROOT/armv7a-linux-androideabi19-clang *.c $DROID_FLAGS $DROID_LIBS $LATEST_FLAG -o cc-droid-arm_32
Expand Down

0 comments on commit 71d2dbb

Please sign in to comment.