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

Commit 7d30c177 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 am: 86071b33

am: 53dc6759

Change-Id: I47afd5e83bb2ebfaec1eed19c06b1b14da225687
parents 6b4cf6af 53dc6759
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;