diff options
author | 2018-10-30 16:50:39 -0700 | |
---|---|---|
committer | 2018-11-13 11:26:43 -0800 | |
commit | 38d86c2dc5924c00641772a39d958e05ce9865e1 (patch) | |
tree | 5801f868ad1e0e477db8ac39ce13fd5ea478e509 /services/robotests/config | |
parent | fddeab36681e757647d0d6da61a989f8397eb2d8 (diff) |
Use tip-of-tree robolectric
By adopting robolectric built-from-source, the backup tests are no
longer grafting ToT backup classes on top of SDK 26 framework classes.
Instead, all tests are executed against the SDK built from current
master which includes the backup classes under test.
Bug: 117904612
Test: make -j56 RunFrameworksServicesRoboTests
Change-Id: Iaf911db93f318df46e47b765f94701b36bacfe59
Diffstat (limited to 'services/robotests/config')
-rw-r--r-- | services/robotests/config/robolectric.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/robotests/config/robolectric.properties b/services/robotests/config/robolectric.properties new file mode 100644 index 000000000000..850557a9b693 --- /dev/null +++ b/services/robotests/config/robolectric.properties @@ -0,0 +1 @@ +sdk=NEWEST_SDK
\ No newline at end of file |