ignore apex_available for host variants
The main purpose of apex_available is to prevent a module from being installed to the system partition (or being statically linked to something that is installed to the system partition). It's not the goal to prevent host tools from using the modules. However, since both host and device variants are not mutated for platform when the module is not available to platform, the host tools that depends on those modules couldn't be built. To solve the problem, the platform variation is NOT skipped for the host variants. Bug: 128708192 Test: m Change-Id: I1d662cd6d165581f344138d872329a15bfc43d17
Loading
Please register or sign in to comment