apex: Make android_library support APEX variants
The android_library module type can be used within an android_app that can itself be added to an apex but android_library does not call android.InitApexModule(module) and so it does not support apex variants and so is treated as if it cannot be part of an APEX even though it actually is. Now, android_library supports AEPX variants. Due to this change, the whilelist for apex_available got bigger. Exempt-From-Owner-Approval: cherry-pick from internal Bug: 156978407 Test: m Merged-In: I3a21d653fe9c4159e3a89791fe1a8597865eeae6 Change-Id: I3a21d653fe9c4159e3a89791fe1a8597865eeae6 (cherry picked from commit bd133b1b)
Loading
Please register or sign in to comment