commit | e0dbbd4e9e98f9b58cec285739ac63afbfac7c9d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 27 14:14:26 2020 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 02 23:16:28 2020 +0000 |
tree | 1ca75c9345176ac1b465dd92b9ca7075a292b552 | |
parent | cda30c73c9b9b4dc0a8ea1bab178998484df4f0f [diff] |
Remove target-files-package from PARSE_TIME_MAKE_GOALS It isn't doing anything useful that would be necessary to reparse the Makefiles for. Test: m target-files-package Change-Id: I3aa2490480de8dbe0e57fe36221088c3f18017cb
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.