Fixed flaky RenderScript VTS Test

Added missing synchronization before context destroy

Bug: 38385848
Test: make vts, does not fail with multiple tests
Change-Id: Ib0d038969e9a1d6f5ea555ccb60fed55b69e05dc
This commit is contained in:
Michael Butler
2017-05-22 17:01:24 -07:00
parent 9119d4ccd1
commit 076f69aa2b

View File

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