commit | dffd81b9d5f68571d41871e465d1b2c1818f7ebe | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Oct 14 02:58:17 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Oct 14 02:58:17 2019 -0700 |
tree | 88ddadf89876ad0c24ed1d9e2b46cffb6798f4df | |
parent | 9a63c2a1ce89c5decc9c7adbc328046e4c76bc44 [diff] | |
parent | 9cef3e597ebacef60adb1e7c62d516d19bc6f979 [diff] |
Merge "Document SYSTEM_OTHER_ODEX_FILTER matching" am: 3cc4fa6394 am: bde786ca70 am: 2ce82aea1a am: 9cef3e597e Change-Id: I5fe8bfc84e02538f41fe404105369e56501c2de9
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.