mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -28,6 +28,7 @@ void RenderscriptHidlTest::SetUp() {
|
||||
}
|
||||
|
||||
void RenderscriptHidlTest::TearDown() {
|
||||
context->contextFinish();
|
||||
context->contextDestroy();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user