commit | ea0cecd9e478681721182eb3703c86466c752e79 | [log] [tgz] |
---|---|---|
author | Taesu Lee <taesu82.lee@samsung.com> | Wed Oct 28 11:05:18 2020 +0900 |
committer | Taesu Lee <taesu82.lee@samsung.com> | Tue Mar 16 15:10:34 2021 +0900 |
tree | 438661c5ab71bec9868df57bd20aff9aec96b8dc | |
parent | 82a4cfb397190fa7f1182692891e4532b9fda22f [diff] |
Add "ktgrep" for Kotlin New ktgrep is added and sgrep/treegrep also scan *.kt files. Test: kgrep/sgrep/treegrep for Kotlin files. Signed-off-by: Taesu Lee <taesu82.lee@samsung.com> Change-Id: Ie615aa86c4958310785392f18ee7bddaf64706a9
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.