commit | ac7febc9c7bfe2494d50a96054d4a43f843d7d30 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 06 01:11:20 2022 +0000 |
committer | Colin Cross <ccross@android.com> | Wed Apr 06 01:11:20 2022 +0000 |
tree | 1cda55d0295e44cd243f5184ed513c1a103b1c1a | |
parent | 59ecb9e016953bcba93faaa200e15866bf1cfaca [diff] |
Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries"" This reverts commit 59ecb9e016953bcba93faaa200e15866bf1cfaca. Reason for revert: symbols_map is fixed to ignore non-elf files Bug: 218888599 Change-Id: I88654b2dba3dfb9ab2809b0555544277279f345d
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.