You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Add riscv64 support
This commit is contained in:
Vendored
+3
@@ -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