msm8974-common: Use 64-bit binder API

AOSP and mainline are going towards removing old 32-bit binder API support.
64-bit binder is 100% compatible with 32-bit kernel and userspace,
so there is no reason for us to keep using the old solution anymore.
We've switched to new API in our kernel, same thing should be applied to our userspace.

Change-Id: I3c95bd7fbd023c5cb08e856b3a3889c03228e843
This commit is contained in:
Artem Borisov 2017-11-07 20:39:17 +03:00 committed by Kevin F. Haggerty
parent e955914336
commit 9cec898d4d

View file

@ -26,6 +26,9 @@ TARGET_CPU_VARIANT := krait
# Audio
BOARD_USES_ALSA_AUDIO := true
# Binder API version
TARGET_USES_64_BIT_BINDER := true
# Bluetooth
BOARD_HAVE_BLUETOOTH := true