Run robolectric tests for Android on several Android API versions

Depends on https://bugs.chromium.org/p/chromium/issues/detail?id=901324

Bug: webrtc:9955
Change-Id: I5e3f4c05b8258b90728644846f425ee131fda8d4
Reviewed-on: https://webrtc-review.googlesource.com/c/109160
Reviewed-by: Artem Titarenko <artit@webrtc.org>
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Artem Titarenko <artit@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25582}
This commit is contained in:
Artem Titarenko 2018-11-02 15:08:12 +01:00 committed by Commit Bot
parent 9973fa88ae
commit e598e6bff9
2 changed files with 6 additions and 0 deletions

View File

@ -646,6 +646,11 @@ if (rtc_include_tests) {
"//base:base_java_test_support",
"//third_party/google-truth:google_truth_java",
]
additional_jar_files = [ [
"sdk/android/tests/resources/robolectric.properties",
"robolectric.properties",
] ]
}
}
}

View File

@ -0,0 +1 @@
sdk=18,21,25,26