commit | 7f8b7a1123fd164ef31475c491ee72d210c0833c | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Fri Jan 15 18:45:15 2021 +0000 |
committer | Ulya Trafimovich <skvadrik@google.com> | Wed Jan 20 14:04:30 2021 +0000 |
tree | 47d1f987d8b2b632b1617aa91085b5db8e9f2c3a | |
parent | c895a8a817d672c1ff247f311d92186c9b8741e7 [diff] |
Do not suppress compilation of boot images because of TARGET_BUILD_APPS. Bug: 176171716 Test: build_mainline_modules.sh and ensure that the ART boot image is built: `find out -type f -name '*.art'` is nonempty for every arch. Change-Id: I5163ebe1f8db3d4d921bab0f83cd388ba29419ec
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.