一点点

This commit is contained in:
2023-12-27 13:33:50 +08:00
parent 2a28d69f31
commit f43fb7ddff
20 changed files with 848 additions and 87 deletions

10
include/vendor_qti_ext.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef VENDOR_QTI_EXT_H
#define VENDOR_QTI_EXT_H
#include <binder_ext_types.h>
extern const char qti_plugin_name[];
BinderExtPlugin* vendor_qti_ext_new(void);
#endif