Hi, I have a question.
I want to build a 32bit Android system to compare the performance of 32bit and 64bit.
so i referenced and copied hikey32 config file to Hikey960 config.
but, there’s a lot of error in boot time. System cannot run servicemanager, and show this err message on logcat.
…
…
…
01-01 00:00:18.422 2076 2076 E hw-ProcessState: Binder driver protocol(8) does not match user space protocol(7)!
01-01 00:00:18.423 2076 2076 E hw-ProcessState: Binder ioctl to set max threads failed: Bad file descriptor
01-01 00:00:18.423 2076 2076 E hw-ProcessState: Binder driver could not be opened. Terminating.
01-01 00:00:18.423 2076 2076 E hw-ProcessState: Binder ioctl to set max threads failed: Bad file descriptor
01-01 00:00:18.425 2076 2076 E hw-ProcessState: Binder ioctl to become context manager failed: Bad file descriptor
01-01 00:00:18.445 2094 2094 I gatekeeperd: Starting gatekeeperd…
01-01 00:00:18.445 2094 2094 E ProcessState: Binder driver protocol(8) does not match user space protocol(7)! ioctl() return value: 0
…
…
…
How can i build 32-bit Oreo for hikey 960?
is 32-bit Android system require a 32bit kernel?
Thank you.