commit | 415ee12c762e8ee760495d9c734bb8b654911580 | [log] [tgz] |
---|---|---|
author | Zhenhuang Wang <zeek@google.com> | Fri Aug 05 20:51:50 2022 +0800 |
committer | Zhenhuang Wang <zeek@google.com> | Mon Aug 22 20:59:54 2022 +0800 |
tree | 6a94e7a8cc1114f57c38e30823742cf7784559f3 | |
parent | 8dec280fec5a85cf0be5cf27a0f8fd44c141fa24 [diff] |
Export test_options.tags to module-info The test_options.tags attribute modifies execution behavior when running tests in ATest Bazel mode. Exporting the value to module-info enables ATest to add them to the corresponding Bazel target. Bug: 240928948 Test: manually add `test_options.tags` attribute and run: $ refreshmod && \ cat out/target/product/generic/module-info.json |\ grep <tags> Change-Id: I1a70d5c66703ed6a5a250459a80e8bca71d659b6
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.