+4
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
In aosp/531337 support for installing prebuilts to vendor and odm partitions was introduced. Since aosp/1542687 allowed installing vendor variants to odm, we started to see device_specific cc_prebuilts not installed to odm at all. The reason for this is the InVendor condition is true for the device_specific module and VendorVariantToOdm is false in cases outside the one it was designed for, so SocSpecific returns true and the module gets installed to vendor instead of odm. We need to check if we're specifically building a vendor variant before triggering this VendorVariantToOdm logic. Bug: 184885453 Change-Id: I05be06a61c5fc3f2f72599eb4746c9c0523b956e