上QQ阅读APP看书,第一时间看更新
Building SDKs with Toaster
You can instruct Toaster to build both the standard and the extensible SDK by specifying the populate_sdk and populate_sdk_ext tasks to the target image. For example, to create SDKs for the core-image-base target image, you would use the following.
For the standard SDK:
core-image-base:populate_sdk
Or for the extensible SDK:
core-image-base:populate_sdk_ext
We will learn more about using SDKs on Chapter 4, Application Development.