Merge "Remove config for 64-bit binder ABI" am: 8844e4f145

Original change: https://android-review.googlesource.com/c/platform/build/+/2553826

Change-Id: If2ef5b329f9e246b50c1a2188a45f87677646e57
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-05-01 22:16:16 +00:00
committed by Automerger Merge Worker
12 changed files with 1 additions and 33 deletions

View File

@@ -24,9 +24,6 @@ BOARD_USES_METADATA_PARTITION := true
# Default is current, but allow devices to override vndk version if needed.
BOARD_VNDK_VERSION ?= current
# Required flag for non-64 bit devices from P.
TARGET_USES_64_BIT_BINDER := true
# 64 bit mediadrmserver
TARGET_ENABLE_MEDIADRM_64 := true

View File

@@ -1,6 +0,0 @@
# BoardConfigModuleCommon.mk
#
# Common compile-time settings for module builds.
# Required for all module devices.
TARGET_USES_64_BIT_BINDER := true

View File

@@ -18,6 +18,3 @@ TARGET_ARCH_SUITE := mainline_sdk
HOST_CROSS_OS := linux_bionic
HOST_CROSS_ARCH := x86_64
HOST_CROSS_2ND_ARCH :=
# Required flag for non-64 bit devices from P.
TARGET_USES_64_BIT_BINDER := true

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_VARIANT := generic

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_VARIANT := generic

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_VARIANT := generic

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_CPU_ABI := x86
TARGET_ARCH := x86
TARGET_ARCH_VARIANT := x86

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_CPU_ABI := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH_VARIANT := x86_64

View File

@@ -13,8 +13,6 @@
# limitations under the License.
#
include build/make/target/board/BoardConfigModuleCommon.mk
TARGET_CPU_ABI := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH_VARIANT := x86_64

View File

@@ -14,7 +14,6 @@
#
TARGET_ARCH_SUITE := ndk
TARGET_USES_64_BIT_BINDER := true
MALLOC_SVELTE := true