commit | 48f2b22b451a9ed1082afb93da0e02f01bd639cc | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Wed Aug 14 22:23:08 2024 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Wed Aug 14 22:23:08 2024 +0000 |
tree | c676b708cd7fddaa7aaf0f614aea472fa8a5447e | |
parent | f55902f65fe2289dc69024f39753df8782560f13 [diff] |
Specify is_stubs_module property in selected aconfig library modules "fake_device_config" and "strict_mode_stub" provide stubs and do not contain any implementation details. Specifying the property "is_stubs_module" to these modules allow inter-container dependency on these modules. Test: m nothing Bug: 354029496 Change-Id: Ia65ad36ca02c0594fc753935f9cc7c0af6caa20d
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.