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 20b9539 commit 3630e8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_android2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
NDK_ROOT="$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin"
TOOLS_ROOT="$ANDROID_SDK_ROOT/build-tools"
SDK_ROOT="$ANDROID_SDK_ROOT/platforms/android-34"
echo "Searching.."
find $ANDROID_NDK_ROOT -name "*-clang"
echo "Searched.."
cd $ROOT_DIR/src
$NDK_ROOT/armv7a-linux-androideabi21-clang *.c $DROID_FLAGS -march=armv5 $DROID_LIBS $LATEST_FLAG -o cc-droid-arm_16
Expand Down
1 change: 1 addition & 0 deletions src/Window_Android.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <android/native_window.h>
#include <android/native_window_jni.h>
#include <android/keycodes.h>
#include <unistd.h>

static ANativeWindow* win_handle;
static cc_bool winCreated;
Expand Down

0 comments on commit 3630e8d

Please sign in to comment.