commit | 6db4d4f43597adab8b07095c25dc059db16cdaca | [log] [tgz] |
---|---|---|
author | Jingwen Chen <jingwen@google.com> | Thu Oct 27 12:52:17 2022 +0000 |
committer | Jingwen Chen <jingwen@google.com> | Thu Oct 27 12:52:17 2022 +0000 |
tree | 68975622377b96ae6be9aa49375575ea6399cbaa | |
parent | b41bb8150569d41285270caf0214d2127cf61142 [diff] |
Call lunch before using b. lunch is required to set up PATH to access build/bazel/bin/b as b. Test: run the test Bug: 255711288 Fixes: 255711288 Change-Id: Ie5bad8ffdacc3d59114f70d7f533486ebd12f778
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.