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

Commit 9af3e139 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

Change-Id: Ib5a739feafa151329737b830d3fae977c2b60238
parents 3bfb0f1c 3079b3c6
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);
  }