am 3332adb7: am e8ce7584: am 18e10d81: am 4a09318c: Merge "Temporarily disable elftree on darwin-x86"

* commit '3332adb785830211adbf2af44bc7b6bff724949b':
  Temporarily disable elftree on darwin-x86
This commit is contained in:
Ben Cheng
2014-01-09 21:36:34 +00:00
committed by Android Git Automerger

View File

@@ -14,7 +14,7 @@
LOCAL_PATH := $(call my-dir)
supported_platforms := linux-x86 darwin-x86
supported_platforms := linux-x86
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
ifdef cur_platform