commit | f77c7f75e55af504db3905745b424b800d75d7d1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Wed Aug 15 16:07:27 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Aug 20 14:16:04 2018 -0700 |
tree | d32aceb5a2afb5084e3363e5ff87a53252dbf7c4 | |
parent | c9f31dff01069b231bc0ba0f15e9f553c30bc1a6 [diff] |
Use multiple globs/emails in per-file syntax Bug: 112259427 Test: tools/checkowners.py -c -v OWNERS */OWNERS */*/OWNERS Change-Id: I0e2c2c64a23df360fbe7691c4336ca04099fba13
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.