From c2f41080cf17dff42e6ba592e12a655ba31f1044 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 8 Feb 2019 17:56:34 +0000 Subject: [PATCH] msm8974-common: Use generic arch variant Follow blueline which has not demonstrated any regressions after switching to a generic arch variant. Bug: 120773446 Test: make Change-Id: I9e23963fcfa5ccaa912f2930a632458c4d2a692d --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 37853c3..18164f1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -21,7 +21,7 @@ TARGET_BOARD_PLATFORM := msm8974 TARGET_BOARD_PLATFORM_GPU := qcom-adreno330 # Architecture -TARGET_CPU_VARIANT := krait +TARGET_CPU_VARIANT := generic # Audio AUDIO_FEATURE_ENABLED_COMPRESS_VOIP := true