| commit | 5e84999e653efc2065b9baa77930f549f69094c6 | [log] [tgz] |
|---|---|---|
| author | Jihoon Kang <jihoonkang@google.com> | Tue Apr 15 11:49:47 2025 -0700 |
| committer | Jihoon Kang <jihoonkang@google.com> | Tue Apr 15 11:49:47 2025 -0700 |
| tree | d48721fe931ddf3a133faf239435d63302e3d48b | |
| parent | d19d3e3fa3ac9c3def7816e95867ed6df659ded5 [diff] |
Do not generate symbols for make prebuilt module Make source module does not generate symbols file. This change makes the behavior consistent between the make source module and the make prebuilt module. Note that Soong module continues to generate the symbols file. Test: CI Bug: 409181125 Change-Id: Id8aa67706bc9b347f2bdf23ca25d6584e32aac2a
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.