From f9b529e057a982118d5ff7ec5bd84366c12fb901 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Thu, 31 Dec 2020 16:51:47 +0600 Subject: [PATCH] sdm660-common: Remove TARGET_USES_64_BIT_BINDER The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e4903e5a..558fc776 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -74,9 +74,6 @@ BOARD_SUPPORTS_SOUND_TRIGGER_HAL := true AUDIO_USE_DEEP_AS_PRIMARY_OUTPUT := false AUDIO_DISABLE_SWAP_CHANNELS := true -# Binder -TARGET_USES_64_BIT_BINDER := true - # Bluetooth BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_QCOM := true