Move pattern matching to Rust

This commit is contained in:
topjohnwu
2023-06-21 16:47:20 -07:00
parent 399b9e5eba
commit 9c7cf340a1
7 changed files with 91 additions and 76 deletions

View File

@@ -114,7 +114,6 @@ LOCAL_SRC_FILES := \
boot/compress.cpp \
boot/format.cpp \
boot/dtb.cpp \
boot/pattern.cpp \
boot/boot-rs.cpp
include $(BUILD_EXECUTABLE)