commit | 7f0a03e6cc3c58977c0d74c79f2dfc505e5a8b45 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 02 01:39:43 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 02 01:39:43 2022 +0000 |
tree | dbdcdddbc9a1e819be92509817e86ff003298ca2 | |
parent | 5b33dc20ae4790158fb672c09154a484f943c91b [diff] | |
parent | 92c59c42d335d9b1d9e31e78d59ba344fed0348d [diff] |
Merge "Fix releasetools OWNERS for merge." am: 92c59c42d3 Original change: https://android-review.googlesource.com/c/platform/build/+/2004390 Change-Id: I9d0d5bb54f7871cef5979210adb09e85b7fa6b5c
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.