commit | 07609e780a3fdb466d60591e3071fff0471b7037 | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Mon Jun 03 17:39:10 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Mon Jun 03 19:07:31 2024 +0000 |
tree | 81fa8dfbd1f007dfa690ddfb0df57b6669595c2e | |
parent | 343a1c90ea5da8e075d43224f0bf2ad95f727615 [diff] |
Override map for enabling Go mainline module prebuilts The release config maps in `v/g_sh/b/r/gms_mainline_go/required` will be used to enable Go mainline prebuilts of mandatory modules by both internal google products and partner OEMs. Addition of `v/g_sh/b/r/gms_mainline_go/optional` is product dependent, and will have to be added separately Bug: 342265627 Test: lunch mokey_go32-ap3a-userdebug Test: verified that the following vars are same before and after change Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_ADBD # go prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING # go prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_UWB # go prebuilt Ignore-AOSP-First: part of a topic Change-Id: Ib80c4eef669dcfc3eaf8bb8dc5b9eb011d335fd0
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.