commit | d8ee6f9d647953bb44ee9fa91e58b9418951e650 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Tue Mar 11 18:44:43 2025 +0000 |
committer | Jihoon Kang <jihoonkang@google.com> | Tue Mar 11 18:44:43 2025 +0000 |
tree | 00c1fff1b0fac297a16dbd8cd06410fd74243293 | |
parent | f9e71768b3bc402922f1706b77bade331ba651f0 [diff] |
Modify the params of copy-unstripped-elf-file-with-mapping Similar to that of copy-r8-dictionary-file-with-mapping. This allows setting the elf mappings paths as the values of the per module variables. Test: m nothing Bug: 402471392 Change-Id: I80c5606417a21d97e33cf8931509935dda4ddf1f
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.