From d06617d6d331446e5d609eca48158a0b66b43ad2 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 24 Apr 2023 23:11:41 +0000 Subject: Remove 64-bit binder ABI setting. We are only using the 64-bit ABI now, and this setting is being removed. Bug: 232423610 Test: TH Change-Id: I73df5b80ddf8fa9b3a9bb150e68bfb0a06aa9593 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6a637d3..e3b7152 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -15,7 +15,6 @@ TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := cortex-a53 -TARGET_USES_64_BIT_BINDER := true TARGET_SUPPORTS_64_BIT_APPS := true TARGET_BOARD_PLATFORM := yukawa -- cgit v1.2.3