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

Commit 457b9a6f authored by Arve Hjønnevåg's avatar Arve Hjønnevåg Committed by Greg Kroah-Hartman
Browse files

Staging: android: add binder driver



It builds, but not as a module, and with lots of warnings.

I also had to fix up a few syntax errors to get it to build
properly, I'm doubting that anyone has built it in a while :(

Signed-off-by: default avatarArve Hjønnevåg <arve@android.com>
Signed-off-by: default avatarBrian Swetland <swetland@google.com>
Cc: Robert Love <rlove@google.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 6dc9c9e8
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -6,4 +6,8 @@ config ANDROID
	---help---
	---help---
	  Enable support for various drivers needed on the Android platform
	  Enable support for various drivers needed on the Android platform


config ANDROID_BINDER_IPC
	tristate "Android Binder IPC Driver"
	default y

endmenu
endmenu
+1 −0
Original line number Original line Diff line number Diff line
obj-$(CONFIG_ANDROID)			+= android.o
obj-$(CONFIG_ANDROID)			+= android.o
obj-$(CONFIG_ANDROID_BINDER_IPC)	+= binder.o