commit | df85b8691e170f387170b58e40953f3ae313c05f | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Oct 24 10:59:40 2023 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Oct 24 10:59:40 2023 -0700 |
tree | e5f8ccbba60508f31b7be72ea5f0ee3ec47c949a | |
parent | 71319726dff61ff36ac56ed6cc48dd8e3fa7ebac [diff] |
Make checkbuild depend on blueprint_tests The Soong tests are being disabled by default, add them as a manual dependency of checkbuild to esnure they still run in CI. Bug: 269296618 Test: aninja -t path checkbuild out/host/linux-x86/bin/go/soong-java/test/test.passed Change-Id: Ice9b5ecdef8455cd0b173edbac141861cffc28c1
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.