commit | 5194569e19f10db67eda4b904c7064cfc8971e97 | [log] [tgz] |
---|---|---|
author | Kshitij Gupta <kshitijgm@gmail.com> | Sun Jun 02 15:24:36 2019 +0530 |
committer | SahilSonar <sss.sonar2003@gmail.com> | Tue Apr 27 15:17:28 2021 +0200 |
tree | 99198bd5328e640780fa716a4c5c17ba1f85de02 | |
parent | 2ff24d547ea030d92d351241e82fc29b902d7b30 [diff] |
core: Sign builds if SIGNING_KEYS is set Change-Id: I4cab8d35fd7d9f72f620acf67f774f7ea4aa7c40 Signed-off-by: Kshitij Gupta <kshitijgm@gmail.com>
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.