aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoran Jakovljevic <Goran.Jakovljevic@imgtec.com>2017-02-21 20:35:23 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-02-21 20:35:23 +0000
commit304752e0d49253a8409118d948d31ef3a7b2bc6b (patch)
tree8c7fc925953910c5d705d1b21c8c91f4cfb41e6c
parent07ffc9c8b85ff720de1c560292c274ac07eba573 (diff)
parentd5bce2f27be5ea04e1aa15d8af9d155f10a56c00 (diff)
downloadstrace-304752e0d49253a8409118d948d31ef3a7b2bc6b.tar.gz
am: d5bce2f27b Change-Id: I543cd50db4a9e46870484d0408cc3f8626caa6e8
-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