commit | fa5bfb9d79cec2a9265b03562a48dced79e7781f | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Fri Apr 12 22:24:42 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Apr 12 22:24:42 2024 +0000 |
tree | 98237e725bd3a8d5a14a5e80d10131391f8c9f40 | |
parent | 7102baaf65d652857823f63c58c19f7dbb158592 [diff] |
Revert "Turn on V3 cow" Revert submission 2973761-cow_v3_make Reason for revert: b/333966507 Reverted changes: /q/submissionid:2973761-cow_v3_make Change-Id: I4f8c19a1d78b9af882e7df51fb2fc0172c0282c3
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.