Files
build_soong/android
Jiyong Park f2976304f7 Fix: PathsForModuleSrc does not work for a replaced dependency
PathsForModuleSrc does not work if a source module is replaced with a
prebuilt module. This is because the function uses GetDirectDepWithTag
with the name of the original source module. Since the dependency is
replaced and the prebuilt module has the name "prebuilt_<name>", the
search always fails.

Fixing this by re-implementing GetDirectDep* functions inside Soong
using VisitDirectDep.

Bug: 130627486
Test: m
Change-Id: I68d52668283c429d5e93c7f2c81f6a8db1f24893
2019-04-19 13:48:33 +09:00
..
2019-02-06 01:52:41 +00:00
2019-02-06 01:52:41 +00:00
2019-03-15 11:04:48 -06:00
2018-07-22 21:18:45 -07:00
2016-11-22 15:41:08 -08:00
2016-11-22 15:41:08 -08:00
2019-03-27 11:21:24 -07:00
2018-09-13 18:27:50 +00:00
2019-03-28 15:56:22 -07:00
2019-04-02 16:38:55 +00:00
2019-02-19 11:19:09 -08:00
2019-03-19 23:47:22 +00:00
2019-02-19 16:58:43 -08:00
2019-02-20 15:43:06 -08:00