Export the `target_required` property to module-info
Some host test modules such as `python_test_host` use the `target_required` attribute to declare target dependencies that will be pushed to device. For example, `aidl_integration_test` references several target dependencies in the `target_required` attribute since those output files will be searched and pushed to device at runtime. Besides, those target dependencies can't be declared in the `data` attribute instead, since some modules' `data` attribute doesn't support multi-arch. So that, this information needs to present in module_info.json and exported to properly generate Bazel targets that include these dependencies. Test: m out/target/product/coral/module-info.json Bug: 222438068 Change-Id: Ia5ee103be1e7a811e1fdbd2b39252912b1a35c18
Loading
Please register or sign in to comment