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

Commit d873d347 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder_ndk: don't preserve positive statuses" am: 2dcf3d8c

am: 509524d2

Change-Id: I0f1e3d7294df1e49ea4b472cd4ff5607542ab785
parents f4131f0d 509524d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -71,8 +71,6 @@ void AStatus_delete(AStatus* status) {
}
}


binder_status_t PruneStatusT(status_t status) {
binder_status_t PruneStatusT(status_t status) {
    if (status > 0) return status;

    switch (status) {
    switch (status) {
        case ::android::OK:
        case ::android::OK:
            return STATUS_OK;
            return STATUS_OK;