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

Commit 322e0e8a authored by Steven Moreland's avatar Steven Moreland
Browse files

Stop relying on kernel binder headers.

Since they are no longer being exported, instead using the name of the
constant as exported by libbinder.

Bug: 124524556
Test: TH
Change-Id: Id525d8b6dea527c26c92981624d4780e1ff4a62f
parent b653dd0a
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;