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

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

Merge "Stop relying on kernel binder headers."

am: 8f82e124

Change-Id: I247ffbd318bdd0ec8a0a3f9f6797518da0f50b50
parents 3bb28061 8f82e124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@ public:
      ALOGE("onVsync failed to writeInt64: %d", result);
      return result;
    }
    result = remote()->transact(
        BnVsyncCallback::ON_VSYNC, data, &reply, TF_ONE_WAY);
    result = remote()->transact(BnVsyncCallback::ON_VSYNC, data, &reply,
                                IBinder::FLAG_ONEWAY);
    if (result != OK) {
      ALOGE("onVsync failed to transact: %d", result);
      return result;