// 辅助驾驶占位模块,目前部分车机不上辅助驾驶功能,使用该模块能力代替 project.dependencies { if (Boolean.valueOf(RELEASE)) { bydautoImplementation rootProject.ext.dependencies.moduleleftpanel phoneImplementation rootProject.ext.dependencies.moduleleftpanelnoop f8xxImplementation rootProject.ext.dependencies.moduleleftpanelnoop f80xImplementation rootProject.ext.dependencies.moduleleftpanelnoop f8AmapImplementation rootProject.ext.dependencies.moduleleftpanelnoop fochtaxiImplementation rootProject.ext.dependencies.moduleleftpanelnoop fochbusImplementation rootProject.ext.dependencies.moduleleftpanelnoop fPadLenovoImplementation rootProject.ext.dependencies.moduleleftpanelnoop fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.moduleleftpanelnoop fPadLenovoOchBusImplementation rootProject.ext.dependencies.moduleleftpanelnoop } else { bydautoImplementation project(':modules:mogo-module-left-panel') phoneImplementation project(':modules:mogo-module-left-panel-noop') f8xxImplementation project(':modules:mogo-module-left-panel-noop') f80xImplementation project(':modules:mogo-module-left-panel-noop') f8AmapImplementation project(':modules:mogo-module-left-panel-noop') fochtaxiImplementation project(':modules:mogo-module-left-panel-noop') fochbusImplementation project(':modules:mogo-module-left-panel-noop') fPadLenovoImplementation project(':modules:mogo-module-left-panel-noop') fPadLenovoOchTaxiImplementation project(':modules:mogo-module-left-panel-noop') fPadLenovoOchBusImplementation project(':modules:mogo-module-left-panel-noop') } }