commit | bce1a51df837d819f115321d1b1ada941c051d21 | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Fri Jun 16 20:06:38 2023 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Fri Jun 16 20:23:36 2023 +0000 |
tree | 00437d862f568d969774efea01a1cf99299060d7 | |
parent | e4635b3e04b8f2b8248adc4efb16e4cd99259391 [diff] |
Use patch instead of git apply. Bug: 281682520 Test: run locally Change-Id: Ia84055b7a9074836c6d7b3039ba980e39043a41e
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.