From 732905bb3b69e7a7c8dc66e7f43a090596725ffd Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Mon, 10 Dec 2018 12:31:27 +0100 Subject: [PATCH] universal7885: Remove TARGET_USES_64_BIT_BINDER * the TARGET_USES_64_BIT_BINDER option is deprecated and can be removed Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f Signed-off-by: SamarV-121 --- BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7462f27..d1dac4b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -33,9 +33,6 @@ BUILD_BROKEN_DUP_RULES := true # Camera TARGET_CAMERA_BOOTTIME_TIMESTAMP := true -# Enable 64-bits binder -TARGET_USES_64_BIT_BINDER := true - # Filesystem TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true