Skip to content

Commit

Permalink
android test
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Nov 27, 2024
1 parent 9fd1307 commit 1061bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
chmod +x build-tools/zipalign
echo "Searching.."
find $ROOT_DIR/android/app
find $PWD | grep apksigner
find /opt/android-sdk-linux/ | grep apksigner
echo "Searched.."
cd $ROOT_DIR/src
$NDK_ROOT/armv7a-linux-androideabi19-clang *.c $DROID_FLAGS -march=armv5 $DROID_LIBS $LATEST_FLAG -o cc-droid-arm_16
Expand Down

0 comments on commit 1061bde

Please sign in to comment.