Update ndk (#177)

* Use latest LTS NDK 25.2.9519653 (r25c)
* Do not fail on warnings
This commit is contained in:
Deltadroid 2023-09-21 07:35:23 +02:00 committed by GitHub
parent f27baef12e
commit e143fc9c61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ android {
abortOnError false abortOnError false
} }
ndkVersion '23.2.8568313' ndkVersion '25.2.9519653'
androidResources { androidResources {
noCompress 'main.dict' noCompress 'main.dict'
noCompress 'empty.dict' noCompress 'empty.dict'

View file

@ -27,7 +27,7 @@ LATIN_IME_SRC_DIR := src
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR) LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \ LOCAL_CFLAGS += -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
-Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls \ -Wwrite-strings -Wfloat-equal -Wpointer-arith -Winit-self -Wredundant-decls \
-Woverloaded-virtual -Wsign-promo -Wno-system-headers -Woverloaded-virtual -Wsign-promo -Wno-system-headers