commit | e6b498bf2d9571e587557adafa4b82a1c7931347 | [log] [tgz] |
---|---|---|
author | yangbill <yangbill@google.com> | Fri Feb 11 18:27:32 2022 +0800 |
committer | Bill Yang <yangbill@google.com> | Thu Feb 17 05:17:03 2022 +0000 |
tree | 9dc44ed7786400a4afa30ce212aa7cbfb215a197 | |
parent | b194430f63af166f45bce1ca12ace7e06fe9b974 [diff] |
Add data_bins to data_dependencies in module-info This change exports the list of test_data_bins as data dependencies that are required by modules when running the test. Bug: 215234071 Test: m out/target/product/vsoc_x86_64/module-info.json Change-Id: Ie5c1ef70055618a5fa0ba1bcfbcba8054743d41a
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.