From 83676e4c0ed42a5f3864af51515c0cbc26e3873b Mon Sep 17 00:00:00 2001 From: Artem Borisov Date: Tue, 7 Nov 2017 20:39:17 +0300 Subject: [PATCH] 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. --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 202c8ba..ee2f389 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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