summaryrefslogtreecommitdiff
path: root/android/override_module.go
AgeCommit message (Expand)Author
2025-03-14Move requiredDeps to OverridableDepsMutator Inseob Kim
2024-10-10Remove MutatorHandle.Parallel() Colin Cross
2024-10-07Annotate mutators that use methods that prevent mutator coalescing Colin Cross
2024-05-29Override modules should always override source modules Spandan Das
2024-05-15Reapply "Convert overrides to a TransitionMutator" Colin Cross
2024-05-09Merge "Revert "Convert overrides to a TransitionMutator"" into main Colin Cross
2024-05-09Revert "Convert overrides to a TransitionMutator" Colin Cross
2024-05-07Merge "Make the enabled property configurable" into main Cole Faust
2024-05-02Make the enabled property configurable Cole Faust
2024-05-02Convert overrides to a TransitionMutator Colin Cross
2023-12-08Remove infrastructure to run bp2build Colin Cross
2023-08-14Make ShouldConvertWithBp2build avail in loadhooks Liz Kammer
2023-05-04Prebuilt replacing source should not change partition Jooyung Han
2023-05-02Correct allowlisting for override modules Liz Kammer
2023-04-25override_apex can be replaced with apex_set Jooyung Han
2022-12-20mixed builds: Make apex's GetBazelLabel return the label of the override_apex... Jingwen Chen
2021-09-02Allows prebuilts in override_apex. Daniel Norman
2021-05-06Remove registerOverrideMutator Colin Cross
2021-04-28Add GetEmbeddedPrebuilt and IsModulePrebuilt Paul Duffin
2021-03-09Run "prebuilt_postdeps" mutator again Jooyung Han
2020-12-17Call ctx.InstallFile for uninstallable cc modules Colin Cross
2020-08-19Capture list of unused methods when shrinking in R8 Colin Cross
2020-07-01Fix out/soong/Android-<>.mk reproducibility Dan Willemsen
2020-06-25Check `base` property before using it Jooyung Han
2020-06-23Change how override_modules work with prebuilts. Jaewoong Jung
2020-06-11Make override modules compatible with prebuilts. Jaewoong Jung
2020-01-10Rename OverridableModuleBase.properties. Jaewoong Jung
2019-12-19Make apex.overrides overridable by override_apex. Jaewoong Jung
2019-12-05Overridden APEX doesn't contribute to the file contexts Jiyong Park
2019-11-19Add override_apex module type Jiyong Park
2019-11-15Add override_android_test. Jaewoong Jung
2019-06-19OverridableModuleBase shouldn't embed ModuleBase. Jaewoong Jung
2019-05-15Fix override_android_app dependency issues. Jaewoong Jung
2019-03-27Fix an override_module bug. Jaewoong Jung
2019-03-21Add override_android_app module type. Jaewoong Jung
2019-02-28Revert "Add override_module." Jaewoong Jung
2019-02-27Add override_module. Jaewoong Jung