Files
build_soong/java
Colin Cross c48428a6bb Don't visit disabled modules with SOONG_COLLECT_JAVA_DEPS=true
Calling AndroidMk() on a disabled module may not be safe because
the module will not have had GenerateAndroidBuildActions() called
on it to initialize the data structures that AndroidMk() expects
to exist.  Check module.Enabled() before generating IDE info.

Fixes: 129089976
Test: SOONG_COLLECT_JAVA_DEPS=true m nothing
Change-Id: Icd79088c532c1842801f2bf89d92bc1a67109936
2019-03-23 04:42:57 +00:00
..
2019-03-13 13:46:14 +00:00
2019-03-19 23:33:47 +00:00
2019-03-21 11:25:46 +00:00
2019-03-19 23:33:47 +00:00
2019-03-21 13:26:20 -07:00
2019-03-04 18:11:53 +00:00
2019-03-20 19:29:59 +00:00
2018-12-27 12:26:30 -08:00
2019-03-04 18:11:53 +00:00
2019-03-21 13:26:20 -07:00
2019-01-23 18:05:18 +00:00
2018-12-18 20:28:06 +00:00
2019-02-06 01:52:41 +00:00
2019-03-05 03:17:42 +00:00