aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>2017-02-21 20:37:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-21 20:37:23 +0000
commit308b9f770e9db0cb1e36b66c9f509e24924a56cf (patch)
tree8c7fc925953910c5d705d1b21c8c91f4cfb41e6c
parenta2a3349bd51ee54aac1976042dd3a65e4e962a4e (diff)
parent304752e0d49253a8409118d948d31ef3a7b2bc6b (diff)
downloadstrace-308b9f770e9db0cb1e36b66c9f509e24924a56cf.tar.gz
Merge "Revert "Disable broken mips strace build."" am: d5bce2f27b
am: 304752e0d4 Change-Id: Idda62c922dd4d70b204bf8119b42d8b88caf107d
-rw-r--r--Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 616bc6ea..a372697e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,8 +37,6 @@ LOCAL_PATH := $(call my-dir)
# -------------------------------------------------------------------------
-ifneq ($(strip $(TARGET_ARCH)),mips)
-
include $(CLEAR_VARS)
strace_version := $(shell grep strace $(LOCAL_PATH)/debian/changelog | \
@@ -351,5 +349,3 @@ LOCAL_MODULE_TAGS := debug
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_EXECUTABLE)
-
-endif