commit | 2107a731b47c9d58e00e17a7f467ded8c80f99d7 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Wed Oct 20 15:08:13 2021 -0700 |
committer | Sasha Smundak <asmundak@google.com> | Wed Oct 20 15:12:07 2021 -0700 |
tree | c0b6a61295906d0baa2966a7a090630ed76c865f | |
parent | d3b594617158ddbf867250cdd39eeb90e9cb1745 [diff] |
Rename cmd/main.go to cmd/canoninja.go So that it can be built and installed with ```` (cd build/make/tools/canoninja && go install cmd/canoninja.go) ``` Bug: 201713929 Test: internal Change-Id: I38133bf26ccfae5ebf8bc3c68bc595b7274576b9
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.