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

Commit bc0a9029 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

VtsHalMediaC2: start thread pool

Bug: 320568062
Test: atest VtsHalMediaC2V1_0TargetComponentTest
Change-Id: Ib76a5ca5d2dcda3443f582e18804d84f78df131d
parent 095e72ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
#define LOG_TAG "codec2_hidl_hal_component_test"
#define LOG_TAG "codec2_hidl_hal_component_test"


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


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


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