Update vars.mk

This commit is contained in:
2024-05-13 23:20:12 +03:00
committed by GitHub
parent 04d8ccdd81
commit 8fe1548796

View File

@@ -44,7 +44,7 @@ else ifeq ($(TARGET_BUILD_ARCH),armv7a)
TARGET_ARCH := armv7a-linux-androideabi
endif
API := 21
API := 29
# compiler
CC ?= $(TOOLCHAIN)/bin/$(TARGET_ARCH)$(API)-clang