Android5.1源码编译问题
1,该源码第一次全编译通过,接着我修改framwork下某一个地方的源码后再次编译就失败,首先可以保证源码修改是绝对没有问题的,仅仅是一句无效语句而已。2,加入修改源码后只想编译修改的部分,比如framwork、kernel等,如何仅重新生成system.img或kernel.img等相关的img文件,能否给个相关的操作说明;
3,能否提供一份你们源码的编译流程的详细说明,比如是如何编译的,先编译什么后编译什么、img文件是如何生成的、以及最后是如何打包的等等一系列的流程; 本帖最后由 surface 于 2017-6-29 14:39 编辑
问题补充:编译报错信息如下:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
make update-api
make -j8
./mkimage.sh 如果你确定你第一次变异通过以及不是代码问题,在编译前可以用make clean命令清楚上一次编译,不清除可能会有一些奇怪的问题,清除之后严格按照wiki的教程再编译
页:
[1]