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

Commit 905ee08a authored by Wonsik Kim's avatar Wonsik Kim Committed by Gerrit Code Review
Browse files

Merge "VtsHalMediaC2: start thread pool" into main

parents 5d9ef21a bc0a9029
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define LOG_TAG "codec2_hidl_hal_component_test"

#include <android-base/logging.h>
#include <android/binder_process.h>
#include <gtest/gtest.h>
#include <hidl/GtestPrinter.h>

@@ -382,5 +383,6 @@ int main(int argc, char** argv) {
    }

    ::testing::InitGoogleTest(&argc, argv);
    ABinderProcess_startThreadPool();
    return RUN_ALL_TESTS();
}