Merge changes from topic "reland-binder-interface-stability" into stage-aosp-master
* changes:
Keep Parcel size stable.
Reland "Binder: support storing interface stability"
diff --git a/cmds/servicemanager/ServiceManager.cpp b/cmds/servicemanager/ServiceManager.cpp
index c2c71e0..5f7dc25 100644
--- a/cmds/servicemanager/ServiceManager.cpp
+++ b/cmds/servicemanager/ServiceManager.cpp
@@ -52,7 +52,6 @@
}
}
- // TODO(b/136023468): move this check to be first
if (!mAccess->canFind(ctx, name)) {
// returns ok and null for legacy reasons
*outBinder = nullptr;