commit | 1b9b6edcea340377f0ccce98b5eeb8054803ab2a | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Wed Dec 04 03:47:03 2024 -0800 |
committer | Luca Farsi <lucafarsi@google.com> | Wed Dec 04 04:07:17 2024 -0800 |
tree | 3f0aabd90d9b37c8ab936fa74dde8b92b1bac0b9 | |
parent | 80b6687e62e785ac35c64b30e418bf5e7e13b09a [diff] |
Fix crash when failing to parse test discovery output Test discovery code should never fail a build as it's for info purposes only. Test: atest build_test_suites_test Bug: 382217072 Change-Id: Ib546ee6209e1c3bb9d249cb1ee1d37454449008d
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.