[core] Fix illegal access (#214)

* [core] Fix illegal access

* [CI] Upload mappings for core
This commit is contained in:
tehcneko 2021-02-27 12:34:19 +08:00 committed by GitHub
parent 9a0a81185e
commit 27d9fd0a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -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 *;
}