forked from openkylin/platform_build
Merge "Unset HAVE_TLS_REGISTER for ARMv5"
This commit is contained in:
commit
02687855ca
|
@ -19,5 +19,6 @@ include build/target/board/generic/BoardConfig.mk
|
|||
TARGET_ARCH_VARIANT :=
|
||||
TARGET_CPU_ABI := armeabi
|
||||
TARGET_CPU_ABI2 :=
|
||||
ARCH_ARM_HAVE_TLS_REGISTER := false
|
||||
|
||||
WITH_DEXPREOPT := false
|
||||
|
|
Loading…
Reference in New Issue