libhidlbase: PID is always sharable. am: 8b9e383583

Original change: https://android-review.googlesource.com/c/platform/system/libhidl/+/1602501

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I62e823d991913f207f5ca0748583a243cdc396cc
diff --git a/transport/HidlTransportSupport.cpp b/transport/HidlTransportSupport.cpp
index e645cd0..d0ac243 100644
--- a/transport/HidlTransportSupport.cpp
+++ b/transport/HidlTransportSupport.cpp
@@ -128,12 +128,7 @@
 
 namespace details {
 int32_t getPidIfSharable() {
-#if LIBHIDL_TARGET_DEBUGGABLE
     return getpid();
-#else
-    using android::hidl::manager::V1_0::IServiceManager;
-    return static_cast<int32_t>(IServiceManager::PidConstant::NO_PID);
-#endif
 }
 }  // namespace details