feat: va切换hook框架

This commit is contained in:
yangfei
2024-09-24 09:01:28 +08:00
parent 59cde4e2bf
commit ec0b60e3e2
3 changed files with 7 additions and 3 deletions

View File

@ -123,7 +123,10 @@
com.lody.virtual.sandhook,
com.lg.vspace.common,
com.lg.vspace.archive.common,
com.wy.lib.wytrace" />
com.wy.lib.wytrace,
top.canyie.pine,
top.canyie.pine.xposed"
/>
<!-- 去掉 SDK 一些流氓权限 -->
<uses-permission

View File

@ -74,7 +74,8 @@ def optionalVaModules = [
'va-plugin-constant' : 'vasdk/plugin/constant',
'va-plugin-host' : 'vasdk/host',
'va-plugin-host-lib' : 'vasdk/plugin/host-lib',
'va-sandhook' : 'vasdk/sandhook'
'va-javahook' : 'vasdk/aar/va-pine',
'va-xposed' : 'vasdk/aar/va-xposed'
]
def includeVaModuleFun(Map<String, String> vaModules) {

2
vasdk

Submodule vasdk updated: ff118306e4...84e891846e