OSDN Git Service

am 1fb20b43: am edba52bc: Merge "[MIPS64] Temporary placeholder build, to allow other...
authorElliott Hughes <enh@google.com>
Thu, 6 Feb 2014 20:51:07 +0000 (20:51 +0000)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 6 Feb 2014 20:51:07 +0000 (20:51 +0000)
* commit '1fb20b43c912416e9f9696366235a091d2acfc65':
  [MIPS64] Temporary placeholder build, to allow other projects to build

1  2 
shared_llvm.mk

diff --cc shared_llvm.mk
@@@ -89,10 -80,10 +89,11 @@@ endi
  
  include $(LLVM_HOST_BUILD_MK)
  include $(BUILD_HOST_SHARED_LIBRARY)
 +endif
  
  #TODOArm64: Enable llvm build
- ifneq ($(TARGET_ARCH),arm64)
+ #TODOMips64: Enable llvm build
+ ifeq ($(filter $(TARGET_ARCH),arm64 mips64),)
  # DEVICE LLVM shared library build
  include $(CLEAR_VARS)