// 辅助驾驶占位模块,目前部分车机不上辅助驾驶功能,使用该模块能力代替 project.dependencies { if (Boolean.valueOf(RELEASE)) { f8xxImplementation rootProject.ext.dependencies.mapcustom f80xImplementation rootProject.ext.dependencies.mapcustom fochtaxiImplementation rootProject.ext.dependencies.mapcustom fochbusImplementation rootProject.ext.dependencies.mapcustom fPadLenovoImplementation rootProject.ext.dependencies.mapcustom fPadLenovoOchTaxiImplementation rootProject.ext.dependencies.mapcustom fPadLenovoOchBusImplementation rootProject.ext.dependencies.mapcustom //f8AmapImplementation rootProject.ext.dependencies.mapamap } else { f8xxImplementation project(':libraries:map-custom') f80xImplementation project(':libraries:map-custom') fochtaxiImplementation project(':libraries:map-custom') fochbusImplementation project(':libraries:map-custom') fPadLenovoImplementation project(':libraries:map-custom') fPadLenovoOchTaxiImplementation project(':libraries:map-custom') fPadLenovoOchBusImplementation project(':libraries:map-custom') //f8AmapImplementation project(':libraries:map-amap') } }