am 5ef7bdad: am f3b0d9cd: am 57c5a556: Merge "Disable clang compilation due to lack of ifunc."

* commit '5ef7bdadbf582d3829289fb2a51cb5ff38a891d2':
  Disable clang compilation due to lack of ifunc.
This commit is contained in:
Chih-Hung Hsieh 2014-10-29 17:32:33 +00:00 committed by Android Git Automerger
commit a986a6bbc6

View File

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