2156abe252
Previously, the memberMutator was responsible for adding dependencies from the sdk to its members. It could not just implement DepsMutator() as it had to be run before the memberDepsMutator which itself had to be run before the depsMutator. As the memberDepsMutator has been removed by a previous change this change removes the memberMutator and just performs that functionality in the standard DepsMutator(BottomMutatorContext) method. Bug: 260237150 Test: m nothing BUILD_NUMBER=fixed packages/modules/common/build/mainline_modules_sdks.sh # Run the above before and after this change and compare the # out/dist/*mainline-sdks directory contents to ensure that there are no # changes. Change-Id: I264bdeee84f2349e30e5c24dd4861e945640d020 |
||
---|---|---|
.. | ||
Android.bp | ||
bootclasspath_fragment_sdk_test.go | ||
bp.go | ||
bp_test.go | ||
build_release.go | ||
build_release_test.go | ||
cc_sdk_test.go | ||
compat_config_sdk_test.go | ||
exports.go | ||
exports_test.go | ||
java_sdk_test.go | ||
license_sdk_test.go | ||
member_trait.go | ||
member_trait_test.go | ||
member_type.go | ||
sdk.go | ||
sdk_test.go | ||
systemserverclasspath_fragment_sdk_test.go | ||
testing.go | ||
update.go |