Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_device_sony_kitakami-common
Commits
dafef5bc
Commit
dafef5bc
authored
Apr 18, 2021
by
Bernhard Thoben
Browse files
kitakami-common: Using CPU variant "cortex-a53" instead of "generic".
Change-Id: Ifc823d3addb08afca9cf06c24c79bb5fa58c9dd6
parent
9f263749
Changes
1
Show whitespace changes
Inline
Side-by-side
BoardConfigCommon.mk
View file @
dafef5bc
...
...
@@ -34,13 +34,13 @@ 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
:=
armv8-a
TARGET_2ND_CPU_ABI
:=
armeabi-v7a
TARGET_2ND_CPU_ABI2
:=
armeabi
TARGET_2ND_CPU_VARIANT
:=
generic
TARGET_2ND_CPU_VARIANT
:=
cortex-a53
TARGET_2ND_CPU_VARIANT_RUNTIME
:=
cortex-a53
TARGET_USES_64_BIT_BINDER
:=
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment