commit | d02a9cf4d2c0033885c132b05b02f9b674b66699 | [log] [tgz] |
---|---|---|
author | Priyanka Advani (xWF) <padvani@google.com> | Wed Nov 20 01:33:05 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Nov 20 01:33:05 2024 +0000 |
tree | 6aa9363c9e243d54b9191a6b8e0f2b57a7c6067c | |
parent | 219a502e3e646d0a788a369a9f4d097d54a723b4 [diff] |
Revert "remove file check" This reverts commit 219a502e3e646d0a788a369a9f4d097d54a723b4. Reason for revert: Droidmonitor created revert due to b/379934185. Will be verifying through ABTD before submission. Change-Id: If4bc280956d4a8adcac36d8e55be91843fe2c234
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.