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

Commit 03269d51 authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Android (Google) Code Review
Browse files

Merge "Don't use androidx nodeps modules" into main

parents 4a897f6b 66f19ca5
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",
    )