commit | 231e3c83a3a70b11160fb0da108ebf2e0e7470e2 | [log] [tgz] |
---|---|---|
author | Chris Dearman <chris@mips.com> | Fri Aug 10 17:06:20 2012 -0700 |
committer | Raghu Gandham <raghu@mips.com> | Fri Aug 10 18:16:20 2012 -0700 |
tree | 0469db2e9a4118ffdd3eacfa096286adf45d4a8b | |
parent | 7b682c4787e06be193ac3d2a1071e0feb5e4ba58 [diff] [blame] |
[MIPS] debuggerd and libcorkscrew support Change-Id: I5a241dc2e470148be0ad2c138e31f1aba5ab8812
diff --git a/debuggerd/Android.mk b/debuggerd/Android.mk index fe46706..15083f4 100644 --- a/debuggerd/Android.mk +++ b/debuggerd/Android.mk
@@ -1,6 +1,6 @@ # Copyright 2005 The Android Open Source Project -ifneq ($(filter arm x86,$(TARGET_ARCH)),) +ifneq ($(filter arm mips x86,$(TARGET_ARCH)),) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS)