commit | cf64971a7455d5cc90f1b18f394e252b5eeaaadb | [log] [tgz] |
---|---|---|
author | Justin Klaassen <justinklaassen@google.com> | Thu Jan 10 19:29:35 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 10 19:29:35 2019 -0800 |
tree | 0abf8a4723ff7dcf3a6a2795e3c1f58417d16a26 | |
parent | 004b41040d20f1f766f9f447f705e95f09463fd4 [diff] | |
parent | 6c8af001beb4613a5eba6f6b1609007713fc2c2b [diff] |
Merge "Remove ExactCalculator module" am: 8a7fb942e9 am: 6c8af001be Change-Id: I45136b9e7b5df9f154ff440553a37d7b95fb779e
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.