Android codebase都很大,编译一次都需要花很多时间,如果是preloader/lk/bootimage还好,但是Android的话都是非常久。
实际上这个编译时间还是可以进一步缩短!
1. 移除modules_to_check
(1). Android默认是所有模块都会编译的(不管需不需要),这个有些冗余,可以通过修改编译系统不编译哪些没有用到的模块
(2). 修改方法...
分类:
移动开发 时间:
2014-10-10 13:16:04
阅读次数:
202
以定义参数 cus_param 为例,int型变量。
1. Preloader部分
Platform.h(mediatek\platform\[$platform]\preloader\src\drivers\inc\platform.h)
在如下结构体中加cus_param变量,如果是char型,请注意4byte对其:
typedef struct {
u32 magic...
分类:
移动开发 时间:
2014-09-03 13:06:36
阅读次数:
324
Flex 执行加载过程会有几个概念:preloader, SystemManager, Flex Application!flex 界面初始化时,看到的 Loading 加载条,那是 flex 自动执行的一个步骤,他是在 preloader 时进行的。此时 preloader 执行是 systemM...
分类:
其他好文 时间:
2014-07-06 21:26:37
阅读次数:
225