mer-hybris / libgbinder

GLib-style interface to binder
BSD 3-Clause "New" or "Revised" License
50 stars 42 forks source link

Is there a plan to port to android platform? #90

Open dstmath opened 2 years ago

monich commented 2 years ago

The short answer is no.

What would be the point of porting it to Android if Android supports binder natively? The purpose of this library is to let non-Android code (primarily Sailfish OS) to talk to native Android components. Of course libgbinder is more flexible and configurable than Android, where binder protocols are chosen and fixed at compile time, but I don't really see any need for that kind of flexibility inside Android.

ya1gaurav commented 2 years ago

Is there any performance benchmark available for libgbinder vs libbinder?