commit | 8368d23d47fedc39aef9f49cfc90ef192a4ada27 | [log] [tgz] |
---|---|---|
author | Paul Keith <javelinanddart@gmail.com> | Thu Aug 16 02:28:39 2018 +0200 |
committer | Paul Keith <javelinanddart@gmail.com> | Thu Aug 16 02:30:45 2018 +0200 |
tree | cad99c777f2ebc54db47ea06a5e881c69ecb0048 | |
parent | 78f95fa7efe3c1bed53f99275e37670e9959e026 [diff] |
findleaves: Fix typo for --dir argument Change-Id: I9b78c304d27dd652ef49f72fa6ad9260e4ce605b
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.