From 9b5b7fc89ea044317ca4a26a94c74295bb35bf6b Mon Sep 17 00:00:00 2001 From: Vachounet Date: Wed, 22 Nov 2017 20:34:04 +0100 Subject: [PATCH] sanders: update 64bits flags --- BoardConfig.mk | 16 +++++++++------- aosp_sanders.mk | 1 + 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 46e1ce6..c59e157 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -38,18 +38,20 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := generic +TARGET_CPU_VARIANT := cortex-a53 TARGET_2ND_ARCH := arm TARGET_2ND_ARCH_VARIANT := armv7-a-neon TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi -TARGET_2ND_CPU_VARIANT := generic +TARGET_2ND_CPU_VARIANT := cortex-a53 -TARGET_PREFER_32_BIT := true -TARGET_SUPPORTS_32_BIT_APPS := true -TARGET_SUPPORTS_64_BIT_APPS := true -TARGET_BOARD_SUFFIX := _64 +TARGET_CPU_CORTEX_A53 := true + +# TARGET_PREFER_32_BIT := true +# TARGET_SUPPORTS_32_BIT_APPS := true +# TARGET_SUPPORTS_64_BIT_APPS := true +# TARGET_BOARD_SUFFIX := _64 TARGET_USES_64_BIT_BINDER := true # Asserts @@ -115,7 +117,7 @@ BOARD_HAVE_BLUETOOTH_QCOM := true QCOM_BT_READ_ADDR_FROM_PROP := true # Camera -TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true +# TARGET_CAMERASERVICE_CLOSES_NATIVE_HANDLES := true USE_DEVICE_SPECIFIC_CAMERA := true BOARD_QTI_CAMERA_32BIT_ONLY := true diff --git a/aosp_sanders.mk b/aosp_sanders.mk index ac7d87f..d041d56 100644 --- a/aosp_sanders.mk +++ b/aosp_sanders.mk @@ -17,6 +17,7 @@ # Inherit from those products. Most specific first. $(call inherit-product, device/motorola/sanders/full_sanders.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # for specific