commit | 9fb70170d4ce7ce58a0163c14ec9c972d66610a4 | [log] [tgz] |
---|---|---|
author | Neil Fuller <nfuller@google.com> | Tue Aug 28 13:18:25 2018 +0100 |
committer | Neil Fuller <nfuller@google.com> | Tue Aug 28 13:18:25 2018 +0100 |
tree | 6e80ac7d545f065a3a0cd0024f8c58f957fdec64 | |
parent | 916f710b96c26baf535555bfca4533950ff68f26 [diff] |
Remove out-of-date comment / logic The comment refers to a core.jar which hasn't existed in a while. Bug: 113148576 Test: Treehugger / build only Change-Id: I032b0e42bb42dfa495f20dca6cd6b4f577052121
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.