您的位置:首页 > 移动开发 > Android开发

AndroidBoard.mk与BoardConfig.mk之间的区别

2017-03-28 11:00 447 查看
AndroidBoard.mk vs. BoardConfig.mk

posted May 28, 2011, 2:36 AM by Ilya Yukhnovskiy

BoardConfig.mk is intended to contain HW specific configurations and build flags.

It should define low level HW features available for your device

It should define how the final output is packaged and what is included there (boot loader, kernel and etc)

AndroidBoard.mk configures Android Platform on top of your HW Board

Defines the files that are produced during the build and included into the Android platform build

Defines the files various Android partitions

Defines set of the applications to be packaged for your product

Can define Android platform features that needs to be the part of your product build.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息