commit | 861f413fad5dfafb836fccc4d0686bd467f51c90 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Wed Sep 12 11:49:33 2018 -0700 |
committer | Tianjie Xu <xunchang@google.com> | Wed Sep 26 23:35:32 2018 -0700 |
tree | ae50ed0d97a4f92ffffc42e301ed4cef375c413f | |
parent | 15a7ea1313090f6736ea7be513d8f03d67b9e00f [diff] |
Generates the care_map with fingerprint Reads the fingerprint of a partition from the build props and embeds it into the care_map. Later, the update_verifier will compare the fingerprint before it performs the verification. Bug: 114778109 Test: generate care_map for sailfish and new pixel Change-Id: I06afa01bf6dd3de4456a08ee7960954facc775fb
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.