commit | c3ff9f4bebf229f3bf45920331f26d7e687bb9ae | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Fri May 31 23:12:35 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Sat Jun 01 00:05:22 2024 +0000 |
tree | e6d77862cba635a8afbf86df9c3a1461cb7fbdc2 | |
parent | 8a402d7e30e0b92931b3cd93f6d1f87b4e9018b5 [diff] |
Override map for enabling mainline module prebuilts The release config maps in `v/g_sh/b/r/gms_mainline/required` to enable mainline prebuilts of mandatory modules by both internal google products and partner OEMs. Addition of `v/g_sh/b/r/gms_mainline/optional` is product dependent, and will have to be added separately Bug: 342265627 Test: lunch cf_x86_64_phone-ap3a-userdebug Test: verified that the following vars are same before and after change Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_ADBD # prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_REMOTEKEYPROVISIONING # prebuilt Test: get_build_var RELEASE_APEX_CONTRIBUTIONS_UWB # prebuilt Test: lunch cf_x86_64_wear-ap3a-userdebug && get_build_var RELEASE_APEX_CONTRIBUTION_ADBD # empty string Change-Id: Id7f0f97aa3ea11d4ab5b818349cb7905e3e79b29
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.