From 0a95a7b3e2c18bde907553c8e9b3eb38295219c8 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 24 Apr 2023 23:11:43 +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: I9302b429eb2a8bd8589c91add108f814fa7cc387 --- BoardConfig.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f743a0c..2797b82 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -5,7 +5,6 @@ TARGET_CPU_VARIANT := cortex-a53 TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi -TARGET_USES_64_BIT_BINDER := true TARGET_BOARD_PLATFORM := poplar TARGET_BOOTLOADER_BOARD_NAME := poplar -- cgit v1.2.3