Commit b384321
committed
Adapt to the restructure of lsplant
Update submodule JingMatrix/LSPlant1 parent 165ad94 commit b384321
7 files changed
Lines changed: 23 additions & 15 deletions
File tree
- .github/workflows
- core/src/main/jni
- include/framework/androidfw
- src
- jni
- external
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
145 | | - | |
146 | | - | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | | - | |
149 | | - | |
| 150 | + | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
152 | 154 | | |
| |||
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
136 | | - | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
- .github/cuttlefish.sh+94
- .github/workflows/build.yml+67-8
- .github/workflows/maven.yml+2
- build.gradle.kts+1-1
- gradle/libs.versions.toml+1-1
- gradle/wrapper/gradle-wrapper.jar
- gradle/wrapper/gradle-wrapper.properties+1-1
- gradlew+2-3
- lsplant/src/main/jni/art/mirror/class.cxx+34-34
- lsplant/src/main/jni/art/runtime/art_method.cxx+41-31
- lsplant/src/main/jni/art/runtime/class_linker.cxx+131-119
- lsplant/src/main/jni/art/runtime/dex_file.cxx+18-23
- lsplant/src/main/jni/art/runtime/gc/scoped_gc_critical_section.cxx+8-11
- lsplant/src/main/jni/art/runtime/handle.cxx+2-2
- lsplant/src/main/jni/art/runtime/instrumentation.cxx+20-23
- lsplant/src/main/jni/art/runtime/jit/jit.cxx+19-20
- lsplant/src/main/jni/art/runtime/jit/jit_code_cache.cxx+18-17
- lsplant/src/main/jni/art/runtime/jni/jni_id_manager.cxx+10-11
- lsplant/src/main/jni/art/runtime/runtime.cxx+63-10
- lsplant/src/main/jni/art/runtime/thread.cxx+3-3
- lsplant/src/main/jni/art/runtime/thread_list.cxx+10-10
- lsplant/src/main/jni/common.cxx+115-117
- lsplant/src/main/jni/external/dex_builder+1-1
- lsplant/src/main/jni/include/lsplant.hpp-2
- lsplant/src/main/jni/include/lsplant.ixx+10-12
- lsplant/src/main/jni/include/utils/hook_helper.hpp+159-108
- lsplant/src/main/jni/include/utils/hook_helper.ixx+4-6
- lsplant/src/main/jni/lsplant.cc+32-85
0 commit comments