diff options
author | Anton Hansson <hansson@google.com> | 2019-02-08 17:56:34 +0000 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-09-12 23:19:10 +0300 |
commit | 84d8ce6a1196f8f3a5ccf0616972a2b10e75958f (patch) | |
tree | c0449790f0a80dd0a55364ffb21d117d424e4825 | |
parent | cbb530c602b4c9b80b5e8dcce4d7ff84227223e5 (diff) |
sdm660-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
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2b19476..d6bd1f7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -39,13 +39,13 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := cortex-a73 +TARGET_CPU_VARIANT := generic 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 := cortex-a73 +TARGET_2ND_CPU_VARIANT := generic TARGET_USES_64_BIT_BINDER := true |