diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index bb171ac..a0056fe 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -26,6 +26,9 @@ TARGET_CPU_VARIANT := krait # Audio BOARD_USES_ALSA_AUDIO := true +# Binder API version +TARGET_USES_64_BIT_BINDER := true + # Bluetooth BOARD_HAVE_BLUETOOTH := true