commit | 043f1371324503d753983c9ee1a95a474e1a8dda | [log] [tgz] |
---|---|---|
author | Ulya Trofimovich <skvadrik@google.com> | Mon Jun 06 13:28:53 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 06 13:28:53 2022 +0000 |
tree | 2e6ddeeb3f869b5ba78e52cf80f9c72e29888412 | |
parent | 71880d9de678f96ef33b444155d77144af9b48f6 [diff] | |
parent | a7d23f9e864d767ea46b18b76727881ac31cb01c [diff] |
Merge "Dexpreopt: prepare to merge class loader context from all deps." am: 3eff61ca8a am: a7d23f9e86 Original change: https://android-review.googlesource.com/c/platform/build/+/2079378 Change-Id: I6cb43fb507e9e8d5d8b3746b18238b99c7897231 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.