commit | f0f939409d0c5a011d74a0130ff74790d416e281 | [log] [tgz] |
---|---|---|
author | Ashutosh Agarwal <radsaggi@google.com> | Wed Sep 18 14:24:05 2024 +0000 |
committer | Ashutosh Agarwal <radsaggi@google.com> | Wed Sep 18 14:24:05 2024 +0000 |
tree | b2ca64103367749cac220f237e40bff9b4da387d | |
parent | 5b6b40e037de0264cff1f8122af0bb521f5efca7 [diff] |
Update core/Makefile to add variable PRODUCT_EXTRA_STUB_LIBRARIES. This allows products to specify additional device-specific stub libraries that should be included in the system_linker_config. This is useful for products that need to include additional stub libraries that are not picked up by Soong automatically. Bug: 361441210 Change-Id: Ia18c476e249ac5b14b43819fa0a4f0059dc620de
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.