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

Commit 66072819 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Update for kernel 5.11 binder header.

The TF_CLEAR_BUF value is now in the kernel headers, so remove it from
this header.

Test: Builds and boots cuttlefish.
Change-Id: Ib88c8d93daa98d26798dd38a31f422dcee2594d2
parent d5f3d6ac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -88,10 +88,6 @@ struct binder_frozen_status_info {
};
#endif //BINDER_GET_FROZEN_INFO

enum transaction_flags_ext {
    TF_CLEAR_BUF = 0x20, /* clear buffer on txn complete */
};

#ifdef __cplusplus
}   // namespace android
#endif