commit | 724565d8855376a8b4657150d3d88e9c57447008 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Tue Dec 21 18:59:33 2021 +0800 |
committer | yangbill <yangbill@google.com> | Wed Jan 05 10:34:51 2022 +0800 |
tree | ff99f57bdd3c4092bac77e793ebf39c070215ce9 | |
parent | 8beddf2e7e047bf47fd12d1c51563d84613f680b [diff] |
Export test data dependencies in module-info Add the list of targets that are handled as data inputs and required by tests at runtime. Bug: 205726862 Test: m out/target/product/vsoc_x86_64/module-info.json Change-Id: Id1468ebaf8f72cf37787f3cc514a29724c115db5
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.