klte-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 2a20e4cfc5
commit aae26bb6aa
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ TARGET_KERNEL_SOURCE := kernel/samsung/msm8974
BOARD_HAVE_NEW_QCOM_CSDCLIENT := true
USE_CUSTOM_AUDIO_POLICY := 1
# Binder API version
TARGET_USES_64_BIT_BINDER := true
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
BOARD_CUSTOM_BT_CONFIG := $(LOCAL_PATH)/bluetooth/vnd_klte.txt