[core] Fix illegal access (#214)
* [core] Fix illegal access * [CI] Upload mappings for core
This commit is contained in:
parent
9a0a81185e
commit
27d9fd0a70
|
|
@ -46,6 +46,11 @@ jobs:
|
|||
with:
|
||||
name: ${{ steps.prepareArtifact.outputs.debugName }}
|
||||
path: './LSPosed-debug/*'
|
||||
- name: Upload mappings
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: mappings
|
||||
path: "core/build/outputs/mapping"
|
||||
- name: Post to channel
|
||||
if: ${{ github.event_name != 'pull_request' && success() && github.ref == 'refs/heads/master' }}
|
||||
env:
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@
|
|||
public static void forkAndSpecializePost(java.lang.String, java.lang.String, android.os.IBinder);
|
||||
public static void main(java.lang.String[]);
|
||||
}
|
||||
-keepnames class io.github.lsposed.lspd.hooker.HandleBindAppHooker
|
||||
-keepclasseswithmembers class io.github.lsposed.lspd.nativebridge.* {
|
||||
native *;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue