summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
author Robin Lee <rgl@google.com> 2021-04-09 21:33:07 +0200
committer Justin Yun <justinyun@google.com> 2021-04-12 13:12:45 +0900
commit33db5cbf6e965c233dfb3fee078176c16f9a0f6f (patch)
tree4859c795bb5f4abadeb0ba73f6212d91a5448882 /sdk/java_sdk_test.go
parenteed4716def55e6e4c66b58a433c6c407ba7392bc (diff)
Install device_specific cc_prebuilt to ODM
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
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions