diff options
| author | 2023-04-12 17:20:47 +0900 | |
|---|---|---|
| committer | 2023-04-12 17:20:47 +0900 | |
| commit | 4b4f03fd82b57712148733d21c90f58d696f929a (patch) | |
| tree | 538b1eb4b4c438262c642e61fe142e4599f2c3b2 | |
| parent | a80b113f550438a365420a1e2316594dbecaaa1f (diff) | |
Make conv_linker_config visible to linkerconfig
linkerconfig_diff_test uses conv_linker_config.
Bug: 276890767
Test: atest --host linkerconfig_diff_test
Change-Id: I2f669b83f24b9dd563fc034738fe4ba83f95fd49
| -rw-r--r-- | scripts/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Android.bp b/scripts/Android.bp index 26fe432c6..9367ff06a 100644 --- a/scripts/Android.bp +++ b/scripts/Android.bp @@ -189,6 +189,7 @@ python_binary_host { libs: [ "linker_config_proto", ], + visibility: ["//system/linkerconfig"], } python_test_host { |