sanders: 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.
This commit is contained in:
Artem Borisov
2017-11-07 20:39:17 +03:00
committed by therootlord
parent 1af52a897a
commit 83676e4c0e

View File

@@ -40,6 +40,9 @@ TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_VARIANT := cortex-a53
# Binder API version
TARGET_USES_64_BIT_BINDER := true
# Asserts
TARGET_OTA_ASSERT_DEVICE := sanders,sanders_retail