| commit | a43378be1951b69dca0d0999c2b5cd30e4982b30 | [log] [tgz] |
|---|---|---|
| author | Spandan Das <spandandas@google.com> | Mon Apr 08 17:45:26 2024 +0000 |
| committer | Spandan Das <spandandas@google.com> | Tue Apr 09 18:27:11 2024 +0000 |
| tree | f3072004b9d98be3430270bd2e468e227cdec4b6 | |
| parent | f52543b2e1fb70ea5c66a894f8e8714db52d6596 [diff] |
Drop HOST_CROSS_ARCH special-case in source vs prebuilt mainline selection `PRODUCT_MODULE_BUILD_FROM_SOURCE` has been added explicitly to the products that have `HOST_CROSS_ARCH=arm64`, so we do not need this special case here anymore. Bug: 308188056 Test: presubmits Change-Id: Ide3dbf9c3674683f2e0546403622cf6b8fe78739
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.