commit | 67603050a1ad6a7a1b794d596a21f68e56cae189 | [log] [tgz] |
---|---|---|
author | Oriol Prieto Gascó <opg@google.com> | Tue Nov 12 13:55:33 2024 +0000 |
committer | Oriol Prieto Gascó <opg@google.com> | Tue Nov 12 14:05:04 2024 +0000 |
tree | f4dec731cde4d2b250ebb5ffc5ec6d0d74fae7f1 | |
parent | aaf27b6057b9ad593875eb035fe3e0da0f1e8dae [diff] |
Revert "Check remaining bytes before attempting to read from buffer" This reverts commit aaf27b6057b9ad593875eb035fe3e0da0f1e8dae. Reason for revert: b/378367214 Bug: 378367214 Change-Id: I12d48409d67b404e9856754d086fc4467b73e7d0
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.