The pattern %tests is too broad.

We had fixed the filtering of %tests in art/Android.mk.
Actually the %tests leads to false build<suffix>.ninja when you run:
$ mmma cts/tests/tests/nativeopengl/libnativeopengltests
because the new mmma calls make with goals like
MODULES-IN/cts/tests/tests/nativeopengl/libnativeopengltests .

Bug: 24309760
Change-Id: I35af2e8d046ae40f3b90ec0a92473fcab8ff5db5
This commit is contained in:
Ying Wang 2015-09-24 11:34:46 -07:00
parent 964f06b178
commit ce2843f455
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ NINJA_GOALS := fastincremental generateonly droid showcommands
PARSE_TIME_MAKE_GOALS := \
$(PARSE_TIME_MAKE_GOALS) \
$(dont_bother_goals) \
%tests \
tests \
APP-% \
DUMP_% \
ECLIPSE-% \