commit | 350375ef024779d8b02b5d105f854d33ec6e947f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed May 29 22:37:36 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 29 22:37:36 2024 +0000 |
tree | cff9b24cdd3d67c607562f536510c41d0feb6f97 | |
parent | da76ca76a615cf7910c51115177f8e467b152784 [diff] | |
parent | 59761b9ce667fcff96cf607a2a9fb8311d2bffe0 [diff] |
Merge "Add a release config map override for go devices" into main am: 8a402d7e30 am: 59761b9ce6 Original change: https://android-review.googlesource.com/c/platform/build/+/3107061 Change-Id: Ic4c65c60a83d8ade18d9352a0d1d3d83539151ca 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.