Use 64 bit binder in module builds

Add a new BoardConfigModuleCommon for settings of this sort.

Bug: 176840868
Test: forrest module coverage build
Change-Id: Ie62261ecc0f0967f677a890a382fa1da060f7ff2
This commit is contained in:
Anton Hansson 2021-01-13 09:32:48 +00:00
parent 04a80cd736
commit c0423c8dae
5 changed files with 14 additions and 0 deletions

View file

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

View file

@ -13,6 +13,8 @@
# 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,6 +13,8 @@
# 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,6 +13,8 @@
# 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,6 +13,8 @@
# 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