diff options
author | Jiyong Park <jiyong@google.com> | 2020-06-18 19:34:42 +0900 |
---|---|---|
committer | Jiyong Park <jiyong@google.com> | 2020-06-18 23:05:31 +0900 |
commit | ac5e79f9009400d1020bf45f30c3864bde163b76 (patch) | |
tree | 9ffb5673960244be5c3d94a05e931332512b3aa8 /scripts/lint-project-xml.py | |
parent | 8d6286befebf56020edc9bb939272227d8bdf6d2 (diff) |
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
Test: m
Change-Id: I85d0c756f862323bae556bf657d66ec50038985f
Diffstat (limited to 'scripts/lint-project-xml.py')
0 files changed, 0 insertions, 0 deletions