summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-06-11 19:26:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-11 19:26:28 +0000
commit3016ff6d0a009eb21d16211884610af8a4fa5750 (patch)
treed5c2983584ed88298be97a6b900b61d4ee224b98 /tools
parent95a6cb0724a29574ac6791fa11851baaca2464ba (diff)
parentc8ed8c25bc796cd82fb1df0ea100e320a542eeb3 (diff)
am c8ed8c25: am bcfa67e5: am 1e1b10ac: Merge "Switch to SDK_HOST_ARCH"
* commit 'c8ed8c25bc796cd82fb1df0ea100e320a542eeb3': Switch to SDK_HOST_ARCH
Diffstat (limited to 'tools')
-rw-r--r--tools/elftree/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/elftree/Android.mk b/tools/elftree/Android.mk
index b1c1eb7ce..5f2849dcf 100644
--- a/tools/elftree/Android.mk
+++ b/tools/elftree/Android.mk
@@ -14,8 +14,8 @@
LOCAL_PATH := $(call my-dir)
-supported_platforms := linux-x86
-cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
+supported_platforms := linux
+cur_platform := $(filter $(HOST_OS),$(supported_platforms))
ifdef cur_platform