Commit bf7da1fd authored by swift_gan's avatar swift_gan Committed by swift_gan

[Reconstitution]remove test code

parent a294625b
...@@ -37,8 +37,6 @@ public class MyApp extends Application { ...@@ -37,8 +37,6 @@ public class MyApp extends Application {
SandHookConfig.SDK_INT = 29; SandHookConfig.SDK_INT = 29;
} }
NativeHook.test();
SandHook.disableVMInline(); SandHook.disableVMInline();
SandHook.tryDisableProfile(getPackageName()); SandHook.tryDisableProfile(getPackageName());
SandHook.disableDex2oatInline(false); SandHook.disableDex2oatInline(false);
......
...@@ -15,7 +15,7 @@ android { ...@@ -15,7 +15,7 @@ android {
cmake { cmake {
arguments '-DBUILD_TESTING=OFF' arguments '-DBUILD_TESTING=OFF'
cppFlags "-frtti -fexceptions" cppFlags "-frtti -fexceptions"
abiFilters 'armeabi-v7a', 'arm64-v8a' abiFilters 'armeabi-v7a'
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment