diff options
author | 2024-04-05 14:28:21 +0900 | |
---|---|---|
committer | 2024-04-05 14:39:23 +0900 | |
commit | fc095e67964290ab6004c458a80cecbddf2ce88a (patch) | |
tree | a66417f8ec1655b354b2c36feacd60dd82972a28 /filesystem/filesystem_test.go | |
parent | 576b4f1a770f7a9be31bd0bc7a9ede6db84e8dd7 (diff) |
APEX can depend on non-APEX module and vice versa
Previously, an APEX module (also called apexBundle inside of Soong) had
only one "apex" variant which has the same name as the module. This
prevented an APEX from depending on another module which is outside of
the APEX (ex: another APEX). Similarily, a module outside of an APEX
(ex: a shared lib or a test) couldn't depend on an APEX.
This CL fixes the issue by creating the "" variant as the alias of the
"<apex_name>" variant, and also by setting the "" variant as the default
dependency variant.
Bug: 321626681
Test: m
Change-Id: Ie3e57a96530c25e966cfd551676d819c442bb0d5
Diffstat (limited to 'filesystem/filesystem_test.go')
0 files changed, 0 insertions, 0 deletions