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

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

Merge "Stop relying on kernel binder headers." am: 8f82e124

am: b358d73c

Change-Id: If06abb693de9a7163a3d06946229123e20e519e7
parents ba174bdd b358d73c
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;