Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f706af8d authored by Michael Butler's avatar Michael Butler Committed by android-build-merger
Browse files

Merge "Added protections to RenderScript VTS class teardown." am: 80002c1f...

Merge "Added protections to RenderScript VTS class teardown." am: 80002c1f am: 06f79dbd am: 88d9fda6
am: 5cc58a76

Change-Id: If28246fe60aa1f3cf24da4c4668cc91b347abbbc
parents e5e1158f 5cc58a76
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,9 +28,11 @@ void RenderscriptHidlTest::SetUp() {
}

void RenderscriptHidlTest::TearDown() {
    if (context.get() != nullptr) {
        context->contextFinish();
        context->contextDestroy();
    }
}

// A class for test environment setup (kept since this file is a template).
class RenderscriptHidlEnvironment : public ::testing::Environment {