commit | 259e00b69c96028e1e67344f7c5f82c39e2225c9 | [log] [tgz] |
---|---|---|
author | Jan Altensen <info@stricted.net> | Thu Sep 12 21:59:18 2019 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Sep 18 06:04:25 2021 -0400 |
tree | ddf9b5c90c7d756d255de05098bd79ace7805648 | |
parent | 17e67e3d94fb35482826141eb2fd0b1b76bf7650 [diff] |
build: set custom fingerprint in ro.build.fingerprint too Change-Id: Iffc6583aa624bd74f420ce060f0e612769f81735
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.