commit | da6ff4a4b578068fdd68c40f909c55b2880b2123 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Wed Nov 20 03:23:40 2024 +0000 |
committer | Zhi Dou <zhidou@google.com> | Wed Nov 20 03:35:03 2024 +0000 |
tree | a4dbec4fe9b7d845adcb0d2fc3bc36a0030ea991 | |
parent | e7784d1336364996a8caa280f05b88f70c1a5521 [diff] |
Revert^2 "remove file check" This reverts commit d02a9cf4d2c0033885c132b05b02f9b674b66699. Reason for revert: resolve the issue in revert Change-Id: I91755e0f4fc703ef5f7eb86e050cf0bb5d5f20ce
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.