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

Commit 8ae5fd7f authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

Merge "attempt to run protologtool-tests as unit tests" am: f9e2a9c5

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1601194

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1ab6d11a665cc671eb22dda389ed44aa0366e343
parents 9267c31a f9e2a9c5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,9 +34,13 @@ java_test_host {
    srcs: [
        "tests/**/*.kt",
    ],
    test_options: {
        unit_test: true,
    },
    static_libs: [
        "protologtool-lib",
        "junit",
        "mockito",
        "objenesis",
    ],
}