天天看点

系统源码分析-问题集

(1)android Out of space? the tree size of out/target/productsystem

     原因:system.img 大小不足导致。

     修改:devicegeneric/Kconfig  BOARD_SYSTEMIMAGE_PARTITION_SIZE值修改,

并且删除devicegeneric/linaro_arm64 下的.config和.config.old 。由于这两个是隐藏文件,可以通过ls -al查看删除。

继续阅读