commit | fa2b8b15676945c993fa5abf5ff9088d829ac32f | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Fri Jul 21 11:00:14 2023 +0100 |
committer | Paul Duffin <paulduffin@google.com> | Fri Jul 21 11:59:25 2023 +0100 |
tree | c266f7c91798fa3d86e5f90ad10e8fbf10211ade | |
parent | 06f546f9ee73320ac01ce6fe08821859b0764241 [diff] |
Support prebuilts for Go Previously, the build assumed that we only provided prebuilts for Android Big devices and would build from sources for all others. This change adds support for using prebuilts for Go. Ignore-AOSP-First: Needed as part of large topic to add go prebuilts to udc-dev Bug: 289303031 Test: m droid Change-Id: I59f7ba15b0437fd4cc622f3de2582d999fb13c0d
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.