OSDN Git Service

Substitue "/" with "-" in the MODULES-IN phony goal names.
authorYing Wang <wangying@google.com>
Thu, 24 Sep 2015 23:19:19 +0000 (16:19 -0700)
committerYing Wang <wangying@google.com>
Thu, 24 Sep 2015 23:24:42 +0000 (16:24 -0700)
commit61cd884a111de0c06a6836da0fb5d20e20f5a411
tree1ba9db6660df18c53eec029e9ef89a89cebeee4a
parent43bbbf8a15cfc03ce99d0b6a49992b25cf51fc39
Substitue "/" with "-" in the MODULES-IN phony goal names.

This avoids Ninja's path canonicalization on those goal names.
Without this, Ninja complains about duplicate rules for
MODULES-IN/a/b/.. and MODULES-IN/a.

Bug: 24309760
Change-Id: Id3aa9da5d3887a2cd1426cbb5fdf35659c65805e
core/base_rules.mk
envsetup.sh