commit | e66f98fe7da891283f28240cf3410d66bb83c1dd | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Tue Apr 02 18:08:01 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Tue Apr 02 19:02:11 2024 +0000 |
tree | ef9baef25b0cf0e87167c9b73e1cc59b052e21f8 | |
parent | 83162dfcece6e33c5225deac54aea123fa7445e8 [diff] |
Add PRODUCT_MODULE_BUILD_FROM_SOURCE to sdk's product config `sdk` builds require sources of mainline modules. explicitly set this value to prevent reaching an incompatible state across release build flags and soong config namespaces prebuilt vs source selection mechanism. Test: will use go/abtd to run the failing target in b/332322437 https://android-build.corp.google.com/builds/abtd/run/L54400030002940286 Bug: 332322437 Change-Id: If65fb3706910ac5142d6ad9dc416190fa1c9ee89
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.