Index: Makefile |
diff --git a/Makefile b/Makefile |
index 0eb1722cfb1bea3a3962b94044ac0bcc297c5a06..bbec44076e41e35b30256e48ba0e1d6c466c109e 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -328,7 +328,7 @@ $(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync |
@tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \ |
--arch-and-mode=$(basename $@) \ |
--timeout=600 \ |
- --command-prefix="tools/android-run.py" |
+ --command-prefix="tools/android-run.py" $(TESTFLAGS) |
$(addsuffix .check, $(ANDROID_ARCHES)): \ |
$(addprefix $$(basename $$@).,$(MODES)).check |