Files
build_soong/java
Colin Cross 42d48b7b8b Enforce dependencies have right architecture
ctx.AddDependency will succeed if the named dependency only has a
single variant, even if that variant is the wrong architecture.
Use ctx.AddVariationDependency(nil, ...) instead, which requires
that all variations of the calling module match the dependency.

Bug: 112707915
Test: no change to out/soong/build.ninja
Test: using a device dependency in a host java module is an error
Change-Id: I70b661a57d4412eb63b8c9841febfb756e9e025d
2018-08-30 16:31:02 +00:00
..
2018-08-29 11:37:32 -07:00
2018-08-28 14:10:03 -07:00
2018-07-11 19:46:38 +00:00
2018-08-29 11:37:32 -07:00
2018-02-22 16:48:35 -08:00
2018-04-13 16:37:22 -07:00