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

Commit 00f03ce5 authored by Keun Soo Yim's avatar Keun Soo Yim Committed by android-build-merger
Browse files

use the default binder/passthrough mode in vts tests am: 3079b3c6 am: 9af3e139

am: 5594ca35

Change-Id: Ie004e69235ab61dd86b1b2af4117c51f280039da
parents 846d643a 5594ca35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ using ::android::sp;
class ConsumerIrHidlTest : public ::testing::Test {
 public:
  virtual void SetUp() override {
    ir = IConsumerIr::getService(false);
    ir = IConsumerIr::getService();
    ASSERT_NE(ir, nullptr);
  }