824cdd1db3
* Any pre-O framework did exact the same thing as TimeService.apk when the flag is enabled, as we always ship TimeService.apk, there's no reason to keep the flag, and the framework stuff is not ported to O. * Remove unused 32-bit library as well. Change-Id: I74abc65468e983732bccde571003235891379463
22 lines
491 B
Makefile
22 lines
491 B
Makefile
# Platform
|
|
TARGET_BOARD_PLATFORM := msm8937
|
|
|
|
# Architecture
|
|
TARGET_ARCH := arm64
|
|
TARGET_ARCH_VARIANT := armv8-a
|
|
TARGET_CPU_ABI := arm64-v8a
|
|
TARGET_CPU_ABI2 :=
|
|
TARGET_CPU_VARIANT := generic
|
|
|
|
# Second architecture
|
|
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 := cortex-a53
|
|
|
|
TARGET_USES_64_BIT_BINDER := true
|
|
|
|
# Qualcomm support
|
|
BOARD_USES_QCOM_HARDWARE := true
|
|
TARGET_RIL_VARIANT := caf
|