tag | 7552546270a1d11c9c8af4e8ed1637fb24fa1898 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Mon Sep 07 10:30:38 2020 -0700 |
object | 1849ad5c5f367b11ba066b05ce662140e44d5c40 |
Android 11.0.0 release 3
commit | 1849ad5c5f367b11ba066b05ce662140e44d5c40 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Aug 07 17:57:43 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Aug 07 17:57:45 2020 +0000 |
tree | 5fb02ecf717fd66f29563bebc75751e6b707c6af | |
parent | 8f5fa6788116b23d6b34fc8afefbe044de524b48 [diff] |
Version bump to RP1A.200720.011 [core/build_id.mk] Change-Id: I81f79ea602702338ade3e4a1225c64dfd6bac6c4
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.