Generate cxx binding in build.rs

This commit is contained in:
topjohnwu
2023-05-19 15:16:54 -07:00
parent 57bd450798
commit 2bcf2e76f1
27 changed files with 169 additions and 49 deletions

View File

@@ -32,6 +32,7 @@ LOCAL_SRC_FILES := \
core/thread.cpp \
core/resetprop/persist.cpp \
core/resetprop/resetprop.cpp \
core/core-rs.cpp \
su/su.cpp \
su/connect.cpp \
su/pts.cpp \
@@ -85,7 +86,8 @@ LOCAL_SRC_FILES := \
init/rootdir.cpp \
init/getinfo.cpp \
init/twostage.cpp \
init/selinux.cpp
init/selinux.cpp \
init/init-rs.cpp
include $(BUILD_EXECUTABLE)
@@ -116,7 +118,8 @@ LOCAL_SRC_FILES := \
boot/dtb.cpp \
boot/ramdisk.cpp \
boot/pattern.cpp \
boot/cpio.cpp
boot/cpio.cpp \
boot/boot-rs.cpp
include $(BUILD_EXECUTABLE)