commit | 09e76baa3a3cc3b3391548b13417b8622fbba697 | [log] [tgz] |
---|---|---|
author | John Wu <topjohnwu@google.com> | Fri Oct 18 21:00:19 2024 +0000 |
committer | John Wu <topjohnwu@google.com> | Fri Oct 18 21:00:19 2024 +0000 |
tree | 009ad11853338b01627c209882ccc38c8dd8d47c | |
parent | 7edeaad1a5f2c3ff6bc65ebfcc00834a38930ed1 [diff] |
[Ravenwood] Make sure that runner errors are not swallowed Bug: 371602937 Flag: EXEMPT host test change only Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh Change-Id: I91a505fd3f849851cf3ebcc33f32b28de61c8243
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.