commit | d93145e50ccdbfe6879be32a7f615b792b756893 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Mon Feb 24 07:45:59 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 24 07:45:59 2025 -0800 |
tree | d2d81ec6131ba6cd2fa4c118311fdf37e2efa508 | |
parent | 59be11802ed020d05141a08d933168384d726803 [diff] |
Revert "new buffer reader for buffer read" This reverts commit 59be11802ed020d05141a08d933168384d726803. Reason for revert: cause errorprone-trunk_staging failure on 13110816 Change-Id: I0ffbc5a72864ac8c850b23542fb187cde7eb4cb3
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.