commit | 9a3900c7e947713cbdab2f37617e147b9368acc4 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Jun 10 16:53:29 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 10 16:53:29 2024 +0000 |
tree | 18bf0c1f22428831fa4c2b3384ce0d3ae5ae388b | |
parent | 6fd890a5e57285c958d67a3d49763120c77b34cd [diff] | |
parent | f8180be2bfbb8121be60f4c793ed50536f7fc309 [diff] |
Merge "Enable Pre-reboot Dexopt at build time." into main am: bfcac4a398 am: f8180be2bf Original change: https://android-review.googlesource.com/c/platform/build/+/3121991 Change-Id: I74afaeea9535b05a33ff4b75ca1b09ab14ca4881 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.