diff options
author | 2022-01-26 14:05:02 +0000 | |
---|---|---|
committer | 2022-01-26 14:05:02 +0000 | |
commit | bd0c8c1673624dbcc99cd7685eb24340eb0ea3cd (patch) | |
tree | 2ab3a912bdfdaf768be53c77491dd40347ce4d00 | |
parent | 5fe798bea0d56427fbbc2780fb84f65caab27de5 (diff) |
Set JDK 11 for robolectric test configuration
Fixes: 216277743
Test: atest --host NearbyRoboTests
Change-Id: Iedf76ea477d3f18d3ad790253e2328c87a7b5217
-rw-r--r-- | core/robolectric_test_config_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/robolectric_test_config_template.xml b/core/robolectric_test_config_template.xml index e62175f529..483b9577bf 100644 --- a/core/robolectric_test_config_template.xml +++ b/core/robolectric_test_config_template.xml @@ -18,7 +18,7 @@ <option name="test-suite-tag" value="robolectric" /> <option name="test-suite-tag" value="robolectric-tests" /> - <option name="java-folder" value="prebuilts/jdk/jdk9/linux-x86/" /> + <option name="java-folder" value="prebuilts/jdk/jdk11/linux-x86/" /> <option name="exclude-paths" value="java" /> <option name="use-robolectric-resources" value="true" /> |