cfa4fe7e2b395589b950e695f0d176472776da91
When adding a dependencies, if the variants don't match, but the dependency only has 1 variant anyways, soong will always use that variant. This makes it hard to add new variants to soong, because the 1-variant fallback stops being used and you start getting missing variant errors. Make changes to bp files such that all dependencies correctly specify the variant to use. Bug: 372091092 Flag: EXEMPT refactor Test: m nothing Change-Id: Ifa43c0488e4cd40d6195fe2af3de5faa4f5996ea
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%