Files
build_soong/java
Paul Duffin c52bea9555 Improve system modules tests
The previous approach of looking for substrings in the command that
matched the base name of the jar could not differentiate between
whether the jar was a prebuilt or a source as they both have the same
base name.

The tests also did not cover the case when there was both prebuilts
and source modules.

This change:
1. Checks that the inputs to the command come from the appropriate
   module.
2. Adds a mixed test.
3. Deduped the source and prebuilt module definitions.

The new test reveals the buggy behavior which will be fixed in a follow
up change.

Bug: 182402568
Test: m nothing
Change-Id: I384ecca097cbe3560e7589c23fb99c176a42fd9b
2021-03-11 09:39:18 +00:00
..
2020-11-30 14:16:02 -08:00
2020-12-21 12:31:51 -08:00
2021-01-26 13:00:07 +00:00
2021-02-22 12:09:01 +00:00
2020-12-01 16:22:16 -08:00
2021-03-10 10:10:40 -08:00
2019-10-18 15:14:15 -07:00