Remove ARCH_ARM_HAVE_TLS_REGISTER.

This was only needed for platform builds, and was removed in the gap between
armv5 being removed and being added back again for tapas builds. Otherwise it
would have been removed back then.

(I suspect that we don't need the system.prop file in here, either, but I
don't really know how to test that.)

Change-Id: I212ff7b3568b5d5ff3cc66150ec7c4fa0b8cac92
This commit is contained in:
Elliott Hughes 2015-02-13 20:51:12 -08:00
parent b5df7d4837
commit e033c6df7d
1 changed files with 0 additions and 1 deletions

View File

@ -19,6 +19,5 @@ include build/target/board/generic/BoardConfig.mk
TARGET_ARCH_VARIANT := armv5te
TARGET_CPU_ABI := armeabi
TARGET_CPU_ABI2 :=
ARCH_ARM_HAVE_TLS_REGISTER := false
WITH_DEXPREOPT := false