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:
parent
964f06b178
commit
ce2843f455
|
@ -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-% \
|
||||
|
|
Loading…
Reference in New Issue