sanders: update 64bits flags
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user