commit | 9a7059575dc26d0206b6160bdbea5ab1df7ca5fe | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Wed Feb 17 14:10:32 2021 -0600 |
committer | LuK1337 <priv.luk@gmail.com> | Sat Oct 19 00:16:02 2024 +0200 |
tree | 572a91de2be248bb6bd1ebe2a1c47c5a787956e6 | |
parent | 7493a34e1849234b165d8610a231b2eb809cc4af [diff] |
releasetools: Fallback to calculated fp if partition fp is missing This happens when the fingerprint property is blacklisted for the purposes of unified device builds. Change-Id: I9f8a5041248c3f73fce7a16da73cb8f68c06c8e2
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.