Merge "libbinder_ndk: don't preserve positive statuses" am: 2dcf3d8cea
am: 509524d239

Change-Id: I0f1e3d7294df1e49ea4b472cd4ff5607542ab785
diff --git a/libs/binder/ndk/status.cpp b/libs/binder/ndk/status.cpp
index 549e4b3..e0ae469 100644
--- a/libs/binder/ndk/status.cpp
+++ b/libs/binder/ndk/status.cpp
@@ -71,8 +71,6 @@
 }
 
 binder_status_t PruneStatusT(status_t status) {
-    if (status > 0) return status;
-
     switch (status) {
         case ::android::OK:
             return STATUS_OK;