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 71d2dbb commit b6f44e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
SDK_ROOT="/opt/android-sdk-linux/platforms/android-34"
ROOT_DIR=$PWD
find /opt/android-sdk-linux/build-tools
find /opt/android-sdk-linux/ | grep aapt
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 b6f44e8

Please sign in to comment.