From c0d08c43e6efb6b3230de26d8bf038711fc600be Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Sat, 11 Nov 2017 10:19:24 +0100 Subject: shinano: use 64-bit binder API Change-Id: Iac19da048794e0e802142f765827b51e05fb3d62 --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 66999ea..fee20a4 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -59,6 +59,8 @@ BOARD_CUSTOM_BT_CONFIG := device/sony/shinano-common/bluetooth/vnd_shinano.txt BOARD_HAVE_BCM_FM_SYSFS := "/sys/bus/platform/drivers/bcm_ldisc/bcm_ldisc/" BOARD_BRCM_HCI_NUM := 26 +# Binder API version +TARGET_USES_64_BIT_BINDER := true # Camera TARGET_USES_MEDIA_EXTENSIONS := true -- cgit v1.2.3