Merge "Disable clang compilation due to lack of ifunc."

This commit is contained in:
Chih-Hung Hsieh 2014-10-24 18:34:40 +00:00 committed by Gerrit Code Review
commit 57c5a5562b

View file

@ -276,6 +276,7 @@ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm64 x86 x86_64))
endif
build_type := target
libtest_ifunc_clang_target := false
include $(TEST_PATH)/Android.build.mk
endif