platform_build_soong/apex
Jiyong Park 81aa8a42a1 Don't remove entries for overriddable modules
Previously, when there is apex_set that is overriding another module,
the entry for the overridden module is removed from apexkeys.txt.
However, this is wrong because the existence of the apex_set module
doesn't necessary mean that the module is insatalled instead of the
overridden module. That is determined by PRODUCT_PACKAGES which Soong
has no knowledge of. Therefore, we don't delete the entry for the
overridden (actually possibly overridable) modules in the file.

Bug: 158729168
Bug: 162464887
Test: m
Merged-In: I85d0c756f862323bae556bf657d66ec50038985f
(cherry picked from commit ac5e79f900)
Change-Id: I85d0c756f862323bae556bf657d66ec50038985f
2020-08-11 17:11:31 -07:00
..
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
apex.go apex_sets is added to apexkeys.txt 2020-08-11 17:09:08 -07:00
apex_test.go Don't remove entries for overriddable modules 2020-08-11 17:11:31 -07:00
key.go Don't remove entries for overriddable modules 2020-08-11 17:11:31 -07:00