summaryrefslogtreecommitdiff
path: root/filesystem/filesystem_test.go
diff options
context:
space:
mode:
author Jihoon Kang <jihoonkang@google.com> 2024-11-05 00:22:35 +0000
committer Jihoon Kang <jihoonkang@google.com> 2024-11-05 23:56:07 +0000
commit81aeb9e27693888d04a98bb49ea9ea60562d21ab (patch)
treec864d4179f4eb3319b26c7a98e61fa0b7a4b6007 /filesystem/filesystem_test.go
parentadd2bb263e579170a6940ae0f90d2dd9a8656d21 (diff)
Use ModuleName() instead of Module().Name() in collectDepsMutator
ctx.Module().Name() may return a value different from the name property defined in the bp module definition, in which case the module would not be added as deps even if it's listed in PRODUCT_PACKAGES. To prevent this issue, use ModuleName() instead of Module().Name(). Test: m soong_generated_product_filesystem_test Bug: 376502478 Change-Id: I68d8e320878695969a6651f535b062bd643f646b
Diffstat (limited to 'filesystem/filesystem_test.go')
0 files changed, 0 insertions, 0 deletions