diff options
author | Alexander Martinz <alex@amartinz.at> | 2018-01-02 23:36:57 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-01-20 09:42:40 +0100 |
commit | e0fb4db74f8c53e0945b3ede7a40fc8463ad650d (patch) | |
tree | f2eb09a74afd7854a3337e46221c50444cd474e2 /BoardConfigCommon.mk | |
parent | bb70dc3240faa6b8f874a23071aacb2bde7d432a (diff) |
msm8996-common: remove CPUSETS build flags
They both got replaced by runtime checks, see system/core @ 795267d4c
Change-Id: If6a5b5d93dd327475a1e6d3b80244381b1414f99
Signed-off-by: Alexander Martinz <alex@amartinz.at>
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2249e91..01ab18c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -51,7 +51,6 @@ TARGET_2ND_CPU_ABI := armeabi-v7a TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := kryo -ENABLE_CPUSETS := true TARGET_USES_64_BIT_BINDER := true # Kernel |