mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
e955914336
commit
9cec898d4d
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ TARGET_CPU_VARIANT := krait
|
||||||
# Audio
|
# Audio
|
||||||
BOARD_USES_ALSA_AUDIO := true
|
BOARD_USES_ALSA_AUDIO := true
|
||||||
|
|
||||||
|
# Binder API version
|
||||||
|
TARGET_USES_64_BIT_BINDER := true
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
BOARD_HAVE_BLUETOOTH := true
|
BOARD_HAVE_BLUETOOTH := true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue