commit | bde786ca709b5643a3d417b50888127f96d79336 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 14 02:40:35 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 14 02:40:35 2019 -0700 |
tree | e38d91485193069e7bf14c01baa0161ab01f0f4c | |
parent | a84540e5578153f49123185e0ffbc62c3176b47d [diff] | |
parent | 3cc4fa6394c5459709be32dfa3b6a26acfe8d22a [diff] |
Merge "Document SYSTEM_OTHER_ODEX_FILTER matching" am: 3cc4fa6394 Change-Id: I6e243dc057ce23913a9a33f97a7ecd35c9714de1
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.