commit | 20c9c03ba77c52c4323adbb180ea458028d87fc6 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Feb 15 11:19:00 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Feb 15 11:19:00 2021 +0000 |
tree | e806b4384688dd9b5ea2b8d5e56118a45d33e221 | |
parent | d7c8c787fd5c17eb40036fd221d8a1c6da2815da [diff] | |
parent | ae2af082ca30a5a2ae581ab5075856280bc0bbe6 [diff] |
Merge "Build the ART modules from source if they are listed in TARGET_BUILD_APPS." am: ae2af082ca Original change: https://android-review.googlesource.com/c/platform/build/+/1587752 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I0689ec5821c87d7dee17989782ae86bbc24a6c98
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.