Recovery passthrough HALs should be wrapped in BsFoo.
am: ee65dc4c50

Change-Id: I2de274e74cdc1b215a370987f7818184f4834d2c
diff --git a/transport/ServiceManagement.cpp b/transport/ServiceManagement.cpp
index f9db823..0bee665 100644
--- a/transport/ServiceManagement.cpp
+++ b/transport/ServiceManagement.cpp
@@ -689,10 +689,7 @@
     sp<IServiceManager1_1> sm;
     Transport transport = Transport::EMPTY;
     if (kIsRecovery) {
-        // TODO(b/80132328): Should check manifest in recovery as well.
         transport = Transport::PASSTHROUGH;
-        // No hwbinder HALs in recovery.
-        getStub = true;
     } else {
         sm = defaultServiceManager1_1();
         if (sm == nullptr) {