mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-22 15:19:10 +00:00
Update ndk (#177)
* Use latest LTS NDK 25.2.9519653 (r25c) * Do not fail on warnings
This commit is contained in:
parent
f27baef12e
commit
e143fc9c61
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue