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

Commit 66f19ca5 authored by Colin Cross's avatar Colin Cross
Browse files

Don't use androidx nodeps modules

The androidx nodeps modules were an internal implementation detail,
they are being removed.  Replace the nodeps dependencies with the
non-nodeps versions.

Bug: 326265727
Test: atest SystemUILintCheckerTest
Flag: NONE
Change-Id: Ia30ea9ffce315cf26f058d50b9b9441506d4d240
parent 41f15711
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ java_test_host {
    srcs: ["tests/**/*.kt"],
    data: [
        ":framework",
        ":androidx.annotation_annotation-nodeps",
        ":androidx.annotation_annotation",
        ":kotlinx-coroutines-core",
    ],
    static_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import java.io.File
internal val libraryNames =
    arrayOf(
        "framework.jar",
        "androidx.annotation_annotation-nodeps.jar",
        "androidx.annotation_annotation.jar",
        "kotlinx-coroutines-core.jar",
    )