commit | 831472dee131abb5ee32252860491a4ae3004948 | [log] [tgz] |
---|---|---|
author | Orion Hodson <oth@google.com> | Fri Oct 25 11:35:15 2019 +0100 |
committer | Orion Hodson <oth@google.com> | Wed Oct 30 10:07:17 2019 +0000 |
tree | 79b57a449d02cd188f32b1a93cf27ab5fd5954a9 | |
parent | e8d9df122aa338bbd246d1f1bdfae44f8031dc71 [diff] |
Update finding go files Add gogrep for grepping golang files. Extend mgrep to search for files in subfolders of build and soong directories. Test: source build/envsetup.sh && gogrep DepsMutators Test: source build/envsetup.sh && mgrep ProductPrivateSepolicyDirs Change-Id: I26fd9ba5ba0b81b202154aa527ed4a0aa60c1c54
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.