commit | b02e4477759049ad324a545694c47eacde3042f1 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Thu Jun 21 13:56:50 2018 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Mon Jun 25 13:49:36 2018 -0700 |
tree | fd1d8f63d186f5b06c8b60322951eebe3d7707a8 | |
parent | 674454f223f5185c2ed15ed6fd0bddda048e6469 [diff] |
Filter out clang-tidy unknown arguments. Bug: 110538415 Test: build with WITH_TIDY=1 Change-Id: I77cd5dec834215fa22742eae6d96aabecadd11ab
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.