platform_build_soong/cmd
Paul Duffin af970a2e7a Generalize the handling of dist tags
Previously in order to make use of dist entries with tag properties it
was necessary for each module type to be modified to store the results
of GenerateTaggedDistFiles(module) in the AndroidMkEntry.DistFiles
property. This change generalizes that mechanism to work across all
module types.

This change does improve the behavior of a couple of tests where
previously a dist with tag property was ignored because tagged dist
files were not available now it is used correctly.

Some module types do not implement OutputFileProducer interface and so
they cannot handle dist with tag properties. This change makes it an
error to attempt to do that. That necessitated adding OutputFiles(tag)
method to customModule in queryview_test.go as some of the tests in
that file used dist entries with tag properties.

Follow up changes will remove the code that was made redundant by this.

Test: m nothing
      m dist sdk - before and after this change, compare result to
      make sure that there are no significant differences.
Bug: 174226317
Change-Id: Ifc54d67db10ce0d0fe8179c05b97a2be2113be4e
2020-11-27 15:17:44 +00:00
..
dep_fixer Rewrite depfile from sbox to stay reproducible 2019-08-29 14:47:40 -07:00
diff_target_files Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
extract_apks Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
extract_jar_packages Fix bpfmt issues and add bpfmt to preupload checks 2020-06-29 09:14:08 +02:00
extract_linker Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
fileslist fileslist: hash the content of symlink, not the file it points to. 2017-03-29 13:43:41 -07:00
host_bionic_inject Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
javac_wrapper Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
merge_zips Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
multiproduct_kati Add --skip-soong-tests argument to soong_ui and use it in multiproduct_kati 2020-10-29 14:22:04 -07:00
path_interposer Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
pom2bp pom2bp: add apex_available/min_sdk_version 2020-05-27 00:37:45 +09:00
pom2mk Add -jetifier to pom2mk and pom2bp 2019-04-20 21:47:14 -07:00
sbox Remove hardlink optmization in sbox 2020-11-25 18:28:58 +00:00
soong_build Generalize the handling of dist tags 2020-11-27 15:17:44 +00:00
soong_env Add and update comments in env and android_env.go 2020-11-16 16:01:27 -08:00
soong_ui Improve soong_ui main.go comments. 2020-11-17 18:29:58 -08:00
zip2zip Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00
zipsync zipsync handles symlink 2020-11-19 08:58:02 +09:00