NotePublic/Software/Development/System/Android/Build/AndroidBoard.mk_与_BoardConf...

18 lines
770 B
Markdown
Raw Normal View History

# AndroidBoard.mk 与 BoardConfig.mk 之间的区别
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.