commit | f17cddfa5bf0f38cfc0c18f3c2c187a6c707a143 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Aug 21 12:51:26 2019 -0600 |
committer | Jeff Sharkey <jsharkey@google.com> | Wed Aug 21 13:55:52 2019 -0600 |
tree | 52da0bf554ff844c3b57776530c3770667a6423e | |
parent | e6012c88263bb7c7e0e436dc04cd9fec4b46691d [diff] |
Add "owngrep" shell utility. Bug: 132612223 Test: manual Change-Id: Ibe27e419caaf4ebcbb5d48ab50cc71730c320e1c
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.