Skip to content
Snippets Groups Projects
Commit ff4f1388 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Ravenwood: Update the recommended test runner

Test: MD change only
Bug: 292141694
Change-Id: I10017cc470a85cf2c27d44709e584725925e3d12
parent f3679599
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ android_ravenwood_test {
name: "MyTestsRavenwood",
static_libs: [
"androidx.annotation_annotation",
"androidx.test.ext.junit",
"androidx.test.rules",
],
srcs: [
......@@ -34,7 +35,7 @@ android_ravenwood_test {
import android.platform.test.annotations.IgnoreUnderRavenwood;
import android.platform.test.ravenwood.RavenwoodRule;
import androidx.test.runner.AndroidJUnit4;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment