commit | 712cf0a5861a9bbd7d561bf9432acdf0b0e05872 | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Wed Sep 15 05:10:34 2021 +0000 |
committer | Yuntao Xu <yuntaoxu@google.com> | Wed Sep 15 05:10:34 2021 +0000 |
tree | 8b104555fe9c5b6a7a6fa31abcc009121059f36e | |
parent | 9c2fea67e98f217e1bc717fd9efd232bfee808a0 [diff] |
Revert "Add the cts-platform-version check" Revert submission 15776724-rewrite cts-platform-version-check module Reason for revert: merge conflicts with sc-dev-plus-aosp Reverted Changes: I7d018d2b3:Remove os/Android.mk I613ac5b50:Add the cts-platform-version check Change-Id: Ic4a9c58c46ffadb5fcaadd1649e54a9fa2a69285
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.