Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a43fb599 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] Use 64 bit binder in module builds 2p: c0423c8d

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

Change-Id: Id34b5541f7b362d1418fe42697677cd7036ecd31
parents 2594614f c0423c8d
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
# BoardConfigModuleCommon.mk
#
# Common compile-time settings for module builds.

# Required for all module devices.
TARGET_USES_64_BIT_BINDER := true
+2 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,8 @@
# limitations under the License.
# limitations under the License.
#
#


include build/make/target/board/BoardConfigModuleCommon.mk

TARGET_ARCH := arm
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_ARCH_VARIANT := armv7-a-neon
TARGET_CPU_VARIANT := generic
TARGET_CPU_VARIANT := generic
+2 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,8 @@
# limitations under the License.
# limitations under the License.
#
#


include build/make/target/board/BoardConfigModuleCommon.mk

TARGET_ARCH := arm64
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_VARIANT := generic
TARGET_CPU_VARIANT := generic
+2 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,8 @@
# limitations under the License.
# limitations under the License.
#
#


include build/make/target/board/BoardConfigModuleCommon.mk

TARGET_CPU_ABI := x86
TARGET_CPU_ABI := x86
TARGET_ARCH := x86
TARGET_ARCH := x86
TARGET_ARCH_VARIANT := x86
TARGET_ARCH_VARIANT := x86
+2 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,8 @@
# limitations under the License.
# limitations under the License.
#
#


include build/make/target/board/BoardConfigModuleCommon.mk

TARGET_CPU_ABI := x86_64
TARGET_CPU_ABI := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH := x86_64
TARGET_ARCH_VARIANT := x86_64
TARGET_ARCH_VARIANT := x86_64