mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-22 16:07:39 +00:00
Reorganize files
This commit is contained in:
parent
e9980c778b
commit
a4f008fde5
@ -9,14 +9,14 @@ LOCAL_compiler_rt := $(shell $(TARGET_CC) -target $(LLVM_TRIPLE)$(TARGET_PLATFOR
|
||||
LOCAL_EXPORT_LDFLAGS := -static -nostartfiles -nodefaultlibs $(LOCAL_compiler_rt) -Wl,--error-limit=0
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
dirent.cpp \
|
||||
malloc.c \
|
||||
mem.c \
|
||||
misc.c \
|
||||
nolibc.c \
|
||||
stdio.c \
|
||||
syscall.c \
|
||||
syscall/syscall-$(TARGET_ARCH).S \
|
||||
bionic/dirent.cpp \
|
||||
bionic/syscall-$(TARGET_ARCH).S \
|
||||
tinystdio/tinystdio.c
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user