aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-06-07 05:59:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-07 05:59:12 +0000
commit64b8857e409fac2b55520bb50120a30b821d766d (patch)
tree2788b82c911ce991deac33e59ddad08bbc1a07df
parenta73005485ed682f90ae70b81a4e411768fdc9234 (diff)
parent16488d563909b0a6e151da77a14e3f742b68f272 (diff)
downloadstrace-64b8857e409fac2b55520bb50120a30b821d766d.tar.gz
Merge "Fix the external/strace update-ioctls target."
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5a86fd5c..c7dbce92 100644
--- a/Android.mk
+++ b/Android.mk
@@ -209,7 +209,7 @@ update-ioctls:
# We don't build ioctlsort unless really necessary, because we don't check
# in the temporary files needed to build it. This tool is only necessary
# when updating strace's list of ioctls.
-ifneq (,$(filter ioctlsort,$(MAKECMDGOALS)))
+ifneq (,$(filter $(TARGET_OUT_EXECUTABLES)/ioctlsort,$(MAKECMDGOALS)))
include $(CLEAR_VARS)
LOCAL_SRC_FILES := linux/ioctlsort.c
LOCAL_CFLAGS += -include asm/types.h -include linux/ashmem.h