commit | 9d67a905b7cef47d8281873a7ea5605e30fc0fd5 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Mon Apr 11 12:25:18 2022 +0000 |
committer | Sam Delmerico <delmerico@google.com> | Mon Apr 11 12:27:10 2022 +0000 |
tree | 61642e316df46d2689d583fb3b46f4aee2285728 | |
parent | 9d1b28ed1054c7eaa7e527132f14979445541049 [diff] |
revert addition of --skip-soong-test flag aosp/2045666 attempted to permit passing the `--skip-soong-tests` flag through the `b` command to `soong_ui`, but it has been causing problems. Test: b build '...' --skip-soong-tests is not recognized Test: build/bazel/ci/bp2build.sh Change-Id: I02487841d8081218dc941cb04bfa1a9e148ab6af
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.