commit | a68f5166fadb8e7e53a135360a12a33911e5c82c | [log] [tgz] |
---|---|---|
author | Cole Faust <[email protected]> | Thu Aug 18 17:33:51 2022 -0700 |
committer | Cole Faust <[email protected]> | Thu Aug 18 19:41:43 2022 -0700 |
tree | c119294330dd813e48b9c244e91aaeee28b051ff | |
parent | 34570d33f4b4e1cda2cbbb9ff2a8b088a5241fde [diff] |
Move the --config flag in the b command earlier Having the --config flag at the end of a bazel command will make it get passed to the command you're running with b run instead of bazel. Fixes: 242759256 Test: Manually Change-Id: I6d23a0b022fdee5f822a873c1578674d1eab39c0
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.