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

Commit 5594ca35 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

Change-Id: Icc0e947ed456e3aaa049726fe07d16620f226e9b
parents cf21f92a 9af3e139
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);
  }