commit | cee6d0456d8d3857d65b3781aad356d075eee248 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 22 23:39:03 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Aug 23 22:14:28 2018 -0700 |
tree | c239d3e3321dbfa38b6df5b25a8f6b9881b005d5 | |
parent | ebe17177fee2fdcf7387d51b95eec56cc99dff38 [diff] |
Add the missing rule for including product_services.img into vbmeta.img. Bug: 80741439 Test: `m -j vbmetaimage` for a target that uses product_services image (i.e. `BOARD_PRODUCT_SERVICESIMAGE_FILE_SYSTEM_TYPE := ext4`). Verify that the generated `vbmeta.img` includes the descriptor for `product_services.img`. Change-Id: Ia2d64523319c3313803acbc63dd56154a0426334
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.