Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c52ff27 authored by Cole Faust's avatar Cole Faust
Browse files

Remove dependencies on the 1-variant fallback

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: I6d15d849fa34d7f18ae492fa1e05bc3c63a3a2aa
parent d37e84e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ java_test_host {
        "device-tests",
    ],
    // All APKs required by the tests
    data: [
    device_common_data: [
        ":OverlayResApp",
    ],
    per_testcase_directory: true,