Revert "Merge branch 'dev_robotaxi-d-app-module_2110_220915_2.11.0' into…"

This reverts merge request !315
This commit is contained in:
wangmingjun
2022-10-27 11:20:05 +00:00
parent fa6442b8bc
commit 704035eee3
3 changed files with 37 additions and 23 deletions

View File

@@ -36,6 +36,15 @@ if (!isAndroidTestBuild()) {
apply plugin: 'apm-plugin'
}
if (!isAndroidTestBuild()) {
apply plugin: 'bytex.threadOpt'
thread_opt {
enable !isReleaseBuild
enableInDebug !isReleaseBuild
logLevel "DEBUG"
}
}
if (!isAndroidTestBuild()) {
apply plugin: 'LancetX'
LancetX {
@@ -281,6 +290,10 @@ dependencies {
androidTestImplementation rootProject.ext.dependencies.androidx_espresso_core
androidTestImplementation rootProject.ext.dependencies.localbroadcastmanager
androidTestImplementation rootProject.ext.dependencies.mogo_v2x
if (isAndroidTestBuild()) {
implementation "com.mogo.thread.opt:lib:${THREAD_OPT_VERSION}"
}
}
if (!isAndroidTestBuild()) {