commit | 6fd890a5e57285c958d67a3d49763120c77b34cd | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Sat Jun 08 02:42:57 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jun 08 02:42:57 2024 +0000 |
tree | 70a5238b5f0d2b634e63359be53e403de558a8a0 | |
parent | 6579539668612fb825637425b3d4ead48c94e555 [diff] | |
parent | fc9567c25be41ed7bd330f3e2fe453fad62d23b1 [diff] |
Merge "Add license metadata declaration in device/generic/goldfish" into main am: a96b36bd9f am: fc9567c25b Original change: https://android-review.googlesource.com/c/platform/build/+/3113262 Change-Id: I32983f131d32c1519e52daba6f7b879c3fa17ff2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.