commit | 2bb14864e035e30615f56269c89bf01ed6c186e5 | [log] [tgz] |
---|---|---|
author | Tianjie <xunchang@google.com> | Fri Aug 28 16:24:34 2020 -0700 |
committer | Tianjie <xunchang@google.com> | Mon Aug 31 14:17:10 2020 -0700 |
tree | 326b5ab78734fbd71ab0652c7579a36aa8a49b9f | |
parent | 002863d698e01477b939e6d5082eb4e19108b1fc [diff] |
Add per-partition build info into ota metadata As part of the ota metadata work to support partial update, we should add the per-partition device name, fingerprint, and version to the ota metadata. Bug: 151088567 Bug: 166154730 Test: unit tests pass, generate a package Change-Id: I7a71a4860aad651daf9e62df39c60d72727c14ff
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.