Skip to content

Commit d26278c

Browse files
me-cafebabehmtheboy154
authored andcommitted
android_x86_64: Set arch variant to sandybridge
This has the same instruction set definitions as default, according to `build/soong/android/arch_list.go`. Fixes: W tion.vmlauncher: Unexpected CPU variant for x86: x86_64. W tion.vmlauncher: Known variants: atom, sandybridge, silvermont, goldmont, goldmont-plus, goldmont-without-sha-xsaves, tremont, kabylake, default Change-Id: I70e3683a5be4455ced3abedba9c239705394d027
1 parent b118534 commit d26278c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BoardConfig.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
TARGET_NO_BOOTLOADER := true
77
TARGET_CPU_ABI := x86_64
88
TARGET_ARCH := x86_64
9-
TARGET_ARCH_VARIANT := x86_64
9+
TARGET_ARCH_VARIANT := sandybridge
1010

1111
TARGET_2ND_CPU_ABI := x86
1212
TARGET_2ND_ARCH := x86
13-
TARGET_2ND_ARCH_VARIANT := x86_64
13+
TARGET_2ND_ARCH_VARIANT := sandybridge
1414

1515
ifeq ($(USE_LIBNDK_TRANSLATION_NB),true)
1616
include vendor/google/emu-x86/board/native_bridge_arm_on_x86.mk

0 commit comments

Comments
 (0)