Merge "Use 64 bit binder in module builds" am: 75232ce489
am: b27d9c665e
Original change: https://android-review.googlesource.com/c/platform/build/+/1549377 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I953c783ed7b633932bd38f97e53ee3033de7f9f8
This commit is contained in:
6
target/board/BoardConfigModuleCommon.mk
Normal file
6
target/board/BoardConfigModuleCommon.mk
Normal 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
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user