commit | a7e1611118bc498ff2ecc49d911a3415f269f7df | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Nov 15 17:15:05 2021 +0000 |
committer | Martin Stjernholm <mast@google.com> | Mon Nov 15 17:16:03 2021 +0000 |
tree | 6adde1ff145ad1793bb0d868d92673a057424e95 | |
parent | 1f925ed13eb0bdec4817e67620adef118e82f28a [diff] |
Revert "Configure boot image profiles for platform and unbundled ART module" This reverts commit 1f925ed13eb0bdec4817e67620adef118e82f28a. Reason for revert: SH regressions in boot and app startup: b/206152027 Bug: 174746397 Bug: 206152027 Change-Id: I60f642b8e4dd8ea04248b835e5b76ffcf01ac300
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.