platform_build_soong/apex
Jiyong Park ac5e79f900 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
2020-06-18 23:05:31 +09:00
..
Android.bp Soong package structure refactoring 2020-06-02 14:35:04 -07:00
OWNERS Expand Jiyong's apex OWNERship 2019-01-31 18:57:00 +00:00
TEST_MAPPING Add TEST_MAPPING for build/soong/apex 2019-08-07 17:33:24 +09:00
androidmk.go Fix type assertion error regarding dex_import 2020-06-11 09:47:16 +09:00
apex.go Merge "Let APEX build against preferred java_sdk_library_import" into rvc-dev 2020-06-16 17:47:16 +00:00
apex_singleton.go Generate combined deps-info for all updatable modules. 2020-05-27 17:51:18 +01:00
apex_test.go Don't remove entries for overriddable modules 2020-06-18 23:05:31 +09:00
builder.go Use inclusive language in Android.bp files 2020-06-15 09:46:32 -07:00
key.go Don't remove entries for overriddable modules 2020-06-18 23:05:31 +09:00
prebuilt.go apex_sets is added to apexkeys.txt 2020-06-17 13:17:11 +09:00
vndk.go Fix dex2oat symlink now that we generate dex2oat32/dex2oat64. 2020-04-29 12:00:41 +01:00
vndk_test.go Add sdk mutator for native modules 2020-04-27 14:45:05 -07:00