Skip to content

Commit

Permalink
update the NDK to r27c and suppress the resulting Clang warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 13, 2025
1 parent 18c8ea8 commit 8eb91e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(N)/glue \
$(N)/v-hacd/inc \
$(N)/v-hacd/public

LOCAL_CFLAGS := -std=c++11
LOCAL_CFLAGS := -std=c++11 -Wno-single-bit-bitfield-constant-conversion
LOCAL_MODULE := bulletjme

LOCAL_SRC_FILES := \
Expand Down
2 changes: 1 addition & 1 deletion android.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
path 'Android.mk'
}
namespace 'com.github.stephengold.libbulletjme'
ndkVersion '23.1.7779620'
ndkVersion '27.2.12479018'
}

dependencies {
Expand Down

0 comments on commit 8eb91e0

Please sign in to comment.