| commit | 1556b3bcbe8b1ce048ff5060fc00e05459649e74 | [log] [tgz] |
|---|---|---|
| author | Satish Yalla (xWF) <satishy@google.com> | Mon Sep 08 20:05:34 2025 -0700 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 08 20:05:53 2025 -0700 |
| tree | 5b13c3fa5842c88911d8d498803a1316bec62e03 | |
| parent | 44c8d85cff888cef861434d60847434a2f281672 [diff] |
Revert "Convert cts version check to soong and remove cts.mk" Revert submission 35469350-cts_version_check Reason for revert: DroidMonitor: Potential culprit for b/443838383 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted. Reverted changes: /q/submissionid:35469350-cts_version_check Bug: 443838383 Bug: 431637238 Change-Id: Id7d21a7c2ebf14b18a07cd9980f0774dff94618c
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.