mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-01-26 11:14:59 -08:00
Generate cxx binding in build.rs
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include <cerrno>
|
||||
#include <cstdarg>
|
||||
|
||||
#include <base-rs.hpp>
|
||||
|
||||
void LOGD(const char *fmt, ...) __printflike(1, 2);
|
||||
void LOGI(const char *fmt, ...) __printflike(1, 2);
|
||||
void LOGW(const char *fmt, ...) __printflike(1, 2);
|
||||
|
||||
Reference in New Issue
Block a user