From 7c74ba214bc61d61e09e6e243efe5eb41980e5ee Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Mon, 10 Dec 2018 12:31:27 +0100 Subject: [PATCH] sm8250-common: Remove TARGET_USES_64_BIT_BINDER The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed Change-Id: Ieab43c6baf17eff134a11312d8f8ee7d1b310d55 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 78900a3..7a9049b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -33,8 +33,6 @@ TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := generic TARGET_2ND_CPU_VARIANT_RUNTIME := kryo385 -TARGET_USES_64_BIT_BINDER := true - # Bootloader TARGET_NO_BOOTLOADER := true