diff options
author | 2024-09-30 07:46:02 +0000 | |
---|---|---|
committer | 2024-10-07 07:11:40 +0000 | |
commit | 90584fb9db405dd88ee44a8b65b43e0ed1a9345d (patch) | |
tree | 28939565a63081c83d1e449f86220cea78bb3327 /rust/rust.go | |
parent | 4e4ec0d4ce87dbbc6a72d4de0e35a8299ca6fdda (diff) |
Add install_symlink_host Soong module type
The `install_symlink_host` module type allows Soong to create symbolic
links on the host side. This functionality addresses the issue where a
`cc_binary` with `symlink_preferred_arch: true` cannot be used as a
tool in a `cc_genrule`.
The solution involves setting `symlink_preferred_arch` to `false` for
the `tool` and then using `install_symlink_host` to explicitly create
the originally intended symbolic link.
Bug: 342330305
Test: 1. Add install_symlink_host in Android.bp
2. m the module and check in stall to $(HOST_OUT)/
or Uint test
Change-Id: Ib7aa8ec462e0aed8e9196a519be592206469dbcd
Diffstat (limited to 'rust/rust.go')
0 files changed, 0 insertions, 0 deletions