Merge "Fixed flaky RenderScript VTS Test" into oc-dev

This commit is contained in:
TreeHugger Robot
2017-06-14 01:26:29 +00:00
committed by Android (Google) Code Review

View File

@@ -28,6 +28,7 @@ void RenderscriptHidlTest::SetUp() {
}
void RenderscriptHidlTest::TearDown() {
context->contextFinish();
context->contextDestroy();
}