Fixes build on arm64

Change-Id: Ie2fcfccdab3081f71db3c017acad65b4b4b4a666
This commit is contained in:
Dan Albert
2014-04-16 16:38:42 -07:00
parent 1a42fce230
commit c10e7197c3

View File

@@ -62,7 +62,7 @@ LOCAL_CPPFLAGS := $(LIBCXX_CPPFLAGS)
LOCAL_SYSTEM_SHARED_LIBRARIES := libc
LOCAL_SHARED_LIBRARIES := libcxxabi
ifneq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm arm64))
ifneq ($(TARGET_ARCH),arm)
LOCAL_SHARED_LIBRARIES += libdl
endif