commit | 5a9ecebbb41010611446dcf14851f1542e003bd0 | [log] [tgz] |
---|---|---|
author | Joe Onorato <joeo@google.com> | Mon Oct 24 05:11:18 2022 -0700 |
committer | Joe Onorato <joeo@google.com> | Mon Oct 24 06:36:02 2022 -0700 |
tree | 8de13d7d6baed1ce1dac3f4f12dbf619c26be5c8 | |
parent | 8d69e1b7efa748d039c527239cdeffe2d51d8fdd [diff] |
Move bazel from being a shell function to being a script at build/bazel/bin/bazel Bug: 254713799 Test: b build //packages/modules/adb/apex:com.android.adbd Change-Id: Ia0d5b68b4d486383563b879b11f6255e2f56ba77
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.