commit | e64f0927232b2040481f9845b58a065395efd8e1 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 06 21:25:46 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Apr 06 21:25:46 2022 +0000 |
tree | 1bb6a67bc633f6ba7426348a8ce993a1818ee258 | |
parent | 4a5e47d83b53003f33d84a2702ffaf1ecb499c1d [diff] | |
parent | 9bb87d3f518129cdc7e3c54abbf3cd473e5c8a65 [diff] |
Merge "Revert "Revert "Produce mappings of hashes to elf symbols and r8 dictionaries""" am: d8cf9a5a30 am: 9bb87d3f51 Original change: https://android-review.googlesource.com/c/platform/build/+/2056437 Change-Id: Icf93f9597f78033049785cd2d2fe37d835c19b31 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.