commit | 9fa8d9d5c58f628e3e12f1301f91c54b0c4613de | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 08 23:19:47 2022 +0000 |
committer | Alex Buynytskyy <alexbuy@google.com> | Tue Nov 08 15:21:31 2022 -0800 |
tree | e2ca0399dede1eadea4fad150dd72b1586d156c4 | |
parent | 56a6905d86ab7267e73ffda4c15a8dd01284e5bb [diff] |
Use full command instead of local alias. Bug: 243966946 Test: local Change-Id: I99b75cb8f9d35ba6615f27adc5dd0c10a47edaac
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.