commit | d14c2f88dfbf86692e16ff09f91bb28fe7402e7b | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon May 06 16:23:09 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Mon May 06 20:03:24 2019 -0700 |
tree | 076371e6953aaaf3f14a3e07020ae6d2f4046677 | |
parent | 5e25df9f5a1a2ab8dc84f5088517507f1c5a3980 [diff] |
Use the installed vboot_signer. Bug: 34738751 Test: Set `PRODUCT_SUPPORTS_VBOOT := true` and `m -j otatools-package`. Check the packed tools. Test: Set `PRODUCT_SUPPORTS_VBOOT := true` and `m -j bootimage`. Change-Id: Ia2ea475e3dc03cada1da524a299a21b8ad7ed536
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.