commit | 841ef28d32ce714f46ae64356c2f7966914a52c2 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Oct 26 11:24:06 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Wed Oct 26 11:24:06 2022 -0700 |
tree | 4abe1e6b5b21a5ded41432e560c40f9d0ef3f8e5 | |
parent | 1a6c0c5d86353cdf638021e13fa001b2cc3cc85e [diff] |
Fix typo build_test is only run on presubmit in internal master for cls that change build/make and a few other repos, but notably not build/soong. Add this cl to a topic with a build/soong change we'd like to test with build_test. Bug: 220375749 Test: Presubmits Change-Id: I3e2f59e5f341cce486368dac9bf2f28f265e53fd
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.