diff options
author | 2024-09-27 09:06:36 +0000 | |
---|---|---|
committer | 2024-09-27 09:06:36 +0000 | |
commit | fb09145a9fead98b9fa4eda2dad54b7fd3d6df4e (patch) | |
tree | 4774533f200e8fec11344c5f352784e68581ca10 /java/java.go | |
parent | 199e86eca84e287d28e2970b72219710afa6ea03 (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: Unit test and CI
Change-Id: I850060be25bdea3aa37febaf499a30c18cfd181b
Diffstat (limited to 'java/java.go')
0 files changed, 0 insertions, 0 deletions