commit | 9b261d0362f65cba5fc4d0c92e1742cc40a966e1 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed May 01 23:22:08 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 01 23:22:08 2024 +0000 |
tree | 579fa0bd59afa16d6c152cb235bccb9fb9c561cb | |
parent | b40a227dc291ff645096eec38031ac6b7f38b7da [diff] | |
parent | e78ad285cbac1f119dfe5aeaba2af2329942296c [diff] |
Merge "Add a release config map override for go devices" into main am: e78ad285cb Original change: https://android-review.googlesource.com/c/platform/build/+/3069967 Change-Id: Iae3b30bc43ae35d292520759e4ce1126aaec77c9 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.