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