Reorganize files

This commit is contained in:
topjohnwu 2024-02-24 03:41:22 -08:00
parent e9980c778b
commit a4f008fde5
12 changed files with 2 additions and 2 deletions

View File

@ -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)