Files
MoGoEagleEye/app
tongchenfei f63579bd11 Merge dev_mogo_httpdns
there are some conflicts:
 both modified:   foudations/mogo-commons/src/main/java/com/mogo/commons/AbsMogoApplication.java
        both modified:   gradle.properties
        both modified:   modules/mogo-module-share/consumer-rules.pro
        both modified:   modules/mogo-module-share/src/main/java/com/mogo/module/share/strategyreceiver/BlockStrategy.kt
2021-01-14 14:45:53 +08:00
..
opt
2020-12-30 16:08:33 +08:00
opt
2020-06-12 19:25:27 +08:00
2021-01-05 14:02:48 +08:00
2019-12-23 15:08:04 +08:00
2021-01-14 14:45:53 +08:00
2021-01-05 19:18:12 +08:00
2020-07-17 16:11:20 +08:00
2020-12-13 11:04:44 +08:00

APP 壳

加载模块

初始化部分服务

定义 flavor

basic 维度

产品形态:区别 applicationId定义服务加载

  1. independent独立app作为普通 app 运行在系统
  2. launcher作为 launcher 运行在系统

product 维度

产品线,各个产品线引入不同服务,实现不同服务内容

  1. f8xx: 分体机 - launcher
  2. e8xx: E系列m4(2+32) - launcher
  3. em4: E系列m4(2+32) - launcher
  4. em3: E系列m3(2+32) - independent
  5. em1: E系列m1(1+16) - independent
  6. d8xx: D系列(2+32) - independent
  7. d82x: D系列(1+16) - independent
  8. byd: 比亚迪应用市场 - independent

env 维度

  1. online: 线上环境
  2. qa: 测试环境
  3. demo: 演示环境(大部分时候都是测试环境)

区分 flavor 功能引入