mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 12:19:52 +08:00
Test use modularized lsparself
This commit is contained in:
parent
b1e6d18494
commit
c35a50a60f
2
test/src/main/jni/external/lsparself
vendored
2
test/src/main/jni/external/lsparself
vendored
@ -1 +1 @@
|
||||
Subproject commit 33db514471e1bd2f1cde13b3fdfcba32ee245b53
|
||||
Subproject commit 73b146d780339e0ec3fc91368828c5f4441761c4
|
@ -1,10 +1,11 @@
|
||||
#include <jni.h>
|
||||
#include <dobby.h>
|
||||
#include <sys/mman.h>
|
||||
#include <lsparself.hpp>
|
||||
#include <string_view>
|
||||
#include "logging.h"
|
||||
|
||||
import lsplant;
|
||||
import lsparself;
|
||||
|
||||
#define _uintval(p) reinterpret_cast<uintptr_t>(p)
|
||||
#define _ptr(p) reinterpret_cast<void *>(p)
|
||||
|
Loading…
x
Reference in New Issue
Block a user