mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-30 22:51:24 -08:00
Add riscv64 support
This commit is contained in:
3
native/src/external/Android.mk
vendored
3
native/src/external/Android.mk
vendored
@@ -215,6 +215,9 @@ LOCAL_SRC_FILES := \
|
||||
selinux/libsepol/cil/src/cil_write_ast.c
|
||||
|
||||
LOCAL_CFLAGS := -Wno-unused-but-set-variable
|
||||
ifeq ($(TARGET_ARCH),riscv64)
|
||||
LOCAL_CFLAGS += -DHAVE_REALLOCARRAY
|
||||
endif
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
# libselinux.a
|
||||
|
||||
Reference in New Issue
Block a user