commit | 0f4f44934304f0fc11b80aab5ba5a1ff9cca0e81 | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Wed Sep 15 17:26:47 2021 +0000 |
committer | Yuntao Xu <yuntaoxu@google.com> | Wed Sep 15 17:31:40 2021 +0000 |
tree | ffe68709eec693861726191d23ee3aa87fb49a11 | |
parent | 712cf0a5861a9bbd7d561bf9432acdf0b0e05872 [diff] |
Revert^2 "Add the cts-platform-version check" 712cf0a5861a9bbd7d561bf9432acdf0b0e05872 Change-Id: I5339a63a672ee2f09364bc8d2aee27d55c9305a6 Merged-In: I613ac5b5014dbf4e6202e1dbd1b6a92359817cf2
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.