commit | c969779a056a6c24aef680e672cd98952b4a7d92 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon May 18 16:54:42 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon May 18 16:54:42 2020 +0900 |
tree | 036b39287ce8ca4329ede8af48351bc729196379 | |
parent | ca6e50fa2c554f7c7e491448bd13e3d7d7b019fa [diff] |
Add PLATFORM_VERSION_LAST_STABLE This is a partial cherry-pick of Iaeefb35137de01c6ea57115d8830dd9bc30eccba to prevent merge conflicts that are expected with the upcoming major refactoring around sysprops. The addition of the variable here doesn't cause any side effect because it is simply ignored by the buildinfo.sh tool. Bug: 117892318 Test: m Change-Id: Ia805cb47ae07c40e91ede16bb6e5c4291de619b4 Merged-In: Iaeefb35137de01c6ea57115d8830dd9bc30eccba
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.