commit | 0da4347827a7842ebc53798ac27697b9bf5de9db | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 22 22:53:41 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Thu Aug 23 22:21:13 2018 -0700 |
tree | 73887202eac9360c5b515010e2532b30d4d4e17a | |
parent | cee6d0456d8d3857d65b3781aad356d075eee248 [diff] |
Clean up the rules for making vbmeta.img. This CL intends to be a no-op change to functionality. It prepares for the upcoming changes that support creating chained VBMeta images. Bug: 112007947 Test: `m dist` with aosp_taimen-userdebug Change-Id: Iaac45bde7971b056e17a6e7b0c89336ed206916e
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.