OSDN Git Service

The pattern %tests is too broad.
authorYing Wang <wangying@google.com>
Thu, 24 Sep 2015 18:34:46 +0000 (11:34 -0700)
committerYing Wang <wangying@google.com>
Thu, 24 Sep 2015 18:34:46 +0000 (11:34 -0700)
commitce2843f4554ded9ad8221de4fd51d7fe3920a478
tree3276e1375b10aac334638430a4e89d6d4fd25362
parent964f06b1782da73150d2f8953a41208898580061
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
core/ninja.mk