am 24b7840a
: Add CPU_ABIs for the second generic_arm64 architecture.
* commit '24b7840aa1ec4f7eb7ee06f0c75412f8779941c1': Add CPU_ABIs for the second generic_arm64 architecture.
This commit is contained in:
commit
15f853533c
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,8 @@ TARGET_CPU_VARIANT := generic
|
|||
TARGET_CPU_ABI := arm64-v8a
|
||||
|
||||
TARGET_2ND_ARCH := arm
|
||||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
|
||||
ifdef TARGET_BUILD_APPS
|
||||
# DO NOT USE
|
||||
|
@ -52,6 +54,7 @@ TARGET_2ND_ARCH_VARIANT := armv7-a-neon
|
|||
TARGET_2ND_CPU_VARIANT := cortex-a15
|
||||
endif
|
||||
|
||||
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
|
||||
# no hardware camera
|
||||
|
|
Loading…
Reference in a new issue