Merge "Temporarily disable elftree on darwin-x86"

This commit is contained in:
Ben Cheng
2013-11-23 01:15:49 +00:00
committed by Gerrit Code Review

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