Merge branch 'main' of https://github.com/qqlittleice233/SimplicityTools into qqlittleice233-main

This commit is contained in:
YuKongA
2022-03-11 17:03:23 +08:00
parent 6889d0ba34
commit 9b6b3a3508
13 changed files with 927 additions and 0 deletions

10
app/src/main/cpp/native.h Normal file
View File

@@ -0,0 +1,10 @@
//
// Created by Owner on 2022/3/9.
//
#ifndef FUCKCOOLAPKR_NATIVE_H
#define FUCKCOOLAPKR_NATIVE_H
extern "C" jint BILI_JNI_OnLoad(JavaVM *vm, void *reserved);
#endif //FUCKCOOLAPKR_NATIVE_H