Allow dependencies from platform variants to APEX modules (reland).
When `test_for` dependencies are added from libraries to APEX modules, they can be created from the platform variants of the libraries, since those are used for building tests. Hence we need an alias from the platform variant of the APEX module to have a target for those dependencies. This is only necessary for libraries that are split by the APEX mutator, i.e. is a member of some APEX. Normally that's not the case for test libraries, but there may be exceptions (read com.android.art.testing). This relands https://r.android.com/1654679 after decoupling it from the topic that caused b/184239856. Test: m nothing Bug: 183882457 Change-Id: If643c75ce9bc25fa01ad9d1e3ba8e1d060d03bb2
Loading
Please register or sign in to comment