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

Commit 25dccedd 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

am: 00f03ce5

Change-Id: I4ebf2873c8ecf9bc0d9f19f44b314ba053ca984f
parents 5249d67f 00f03ce5
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);
  }