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

Commit 954150aa authored by Wonsik Kim's avatar Wonsik Kim Committed by Automerger Merge Worker
Browse files

Merge "VtsHalMediaC2: start thread pool" into main am: 905ee08a

parents 16964a61 905ee08a
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();
}