commit | 4ec807cb77cdc28631822ad2423155dda4764a1f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri May 07 20:00:58 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 07 20:00:58 2021 +0000 |
tree | 47931265aafa93f37646b72de0ab3930a68b977b | |
parent | a3da2066c10d329a4469722df9169cac252e99a0 [diff] | |
parent | e7774805d5df505a65c105d131280820366bbafc [diff] |
Merge "Fix the KMI version mismatch" am: 27ec5744f5 am: f23a5dc45d am: e7774805d5 Original change: https://android-review.googlesource.com/c/platform/build/+/1681973 Change-Id: Idbac1eb8831ffd3234c242cb826dc50504a0420e
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.