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

Commit 6b0fb67b authored by Ajay Dudani's avatar Ajay Dudani Committed by David Ng
Browse files

binder: Allow 64-bit kernel to run binder with backward compatibility



Some targets may run with a 64-bit kernel, but 32-bit userspace
with binder v7.  Allow 64-bit kernel configs for such targets to
enable ANDROID_BINDER_IPC_32BIT for backward compatibility.

Change-Id: I24bf3af1bdcb8e3363911e1f4ff7b3dc05ee37c5
Signed-off-by: default avatarAjay Dudani <adudani@codeaurora.org>
Signed-off-by: default avatarDavid Ng <dave@codeaurora.org>
parent 316ab381
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ config ANDROID_BINDER_IPC

config ANDROID_BINDER_IPC_32BIT
	bool "Use old 32-bit binder api"
	depends on !64BIT
	default y if !64BIT
	---help---
	  Enable to support an old 32-bit Android user-space. Breaks the new
	  Android user-space.