Migrate load_modules to Rust

This commit is contained in:
topjohnwu
2025-08-04 11:31:01 -07:00
committed by John Wu
parent 589a270b8d
commit e489b3b6dd
4 changed files with 150 additions and 134 deletions

View File

@@ -20,7 +20,6 @@ LOCAL_SRC_FILES := \
core/daemon.cpp \
core/scripting.cpp \
core/sqlite.cpp \
core/module.cpp \
core/thread.cpp \
core/core-rs.cpp \
core/resetprop/resetprop.cpp \