Merge libbase cpp files

This commit is contained in:
topjohnwu
2025-08-24 22:37:50 -07:00
committed by John Wu
parent b861671391
commit bd2a47ba18
5 changed files with 167 additions and 186 deletions

View File

@@ -14,10 +14,7 @@ LOCAL_EXPORT_STATIC_LIBRARIES := libcxx
LOCAL_STATIC_LIBRARIES := libcxx
LOCAL_CFLAGS := -DRUST_CXX_NO_EXCEPTIONS
LOCAL_SRC_FILES := \
new.cpp \
files.cpp \
misc.cpp \
logging.cpp \
base.cpp \
base-rs.cpp \
../external/cxx-rs/src/cxx.cc
include $(BUILD_STATIC_LIBRARY)