summaryrefslogtreecommitdiff
path: root/android/prebuilt.go
AgeCommit message (Expand)Author
2025-03-13Change CommonModuleInfoProvider to a pointer. Yu Liu
2025-03-11Remove java_sdk_library_import special-case in android/prebuilt.go Spandan Das
2025-03-07Rename CommonModuleInfoKey to be consistent with others. Yu Liu
2025-02-26Make EqualModules a free function. Yu Liu
2025-02-19Convert stubLibraries, soongMetricsSingleton, sdkSingleton, Yu Liu
2025-02-07Convert apex transition tag to dependency on apex Colin Cross
2025-02-07Move prebuilt mutators earlier Colin Cross
2025-01-08Convert CollectAllSharedDependencies to use ModuleProxy. Yu Liu
2024-11-13Use VisitAllModuleVariantProxies in generateModuleTarget. Yu Liu
2024-10-31Distinguish HideFromMake from SkipInstall Spandan Das
2024-10-14Make the "apk" property configurable Cole Faust
2024-10-10Merge changes from topic "remove-non-parallel-mutator" into main Colin Cross
2024-10-10Remove MutatorHandle.Parallel() Colin Cross
2024-10-10Merge "Add a few module visiting methods that return ModuleProxy." into main Yu Liu
2024-10-10Add a few module visiting methods that return ModuleProxy. Yu Liu
2024-10-07Annotate mutators that use methods that prevent mutator coalescing Colin Cross
2024-10-07Remove unused TopDownMutatorContext methods Colin Cross
2024-09-16Remove CreateVariations, CreateLocalVariations and AddInterVariantDependencies Colin Cross
2024-08-12Make the srcs and exclude_srcs properties configurable Cole Faust
2024-08-05Merge "Hide unflagged mainline prebuilts with missing source." into main Treehugger Robot
2024-08-05Hide unflagged mainline prebuilts with missing source. Spandan Das
2024-07-30Make the prefer property configurable Cole Faust
2024-05-08Merge "Revert^2 "Remove compilation actions from java sdk library"" into main Treehugger Robot
2024-05-08Revert^2 "Remove compilation actions from java sdk library" Jihoon Kang
2024-05-02Make the enabled property configurable Cole Faust
2024-04-18Drop use_source_config_var from prebuilt selection Spandan Das
2024-04-01Add a warning that Use_source_config_var is being deprecated. Spandan Das
2024-03-04Support partial module variants with apex_contributions Spandan Das
2024-03-04Fix non-determinism in prebuilt selection Spandan Das
2024-02-29Revert "Fix non-determinism in prebuilt selection" Spandan Das
2024-02-29Fix non-determinism in prebuilt selection Spandan Das
2024-02-06Mechanism to select a specific version of java_sdk_library_import Spandan Das
2024-02-03Do not replace the direct edge between rdeps and java_sdk_library Spandan Das
2024-01-12Disable prebuilt apps without an apk later Cole Faust
2024-01-11Handle installation rules for co-existing prebuilts Spandan Das
2023-12-14Convert OtherModuleProvider to generic providers API Colin Cross
2023-12-08Remove infrastructure to run bp2build Colin Cross
2023-11-08Special-case java_sdk_library in source vs prebuilt selection Spandan Das
2023-11-08Use `all_apex_contributions` for source/prebuilts selection Spandan Das
2023-11-08Create a singleton all_apex_contributions module type Spandan Das
2023-09-19Handle prebuilt vs source selection in bp2build Liz Kammer
2023-05-04Prebuilt replacing source should not change partition Jooyung Han
2022-09-28java_sdk_library_import: Copy all prebuilt properties to child modules Paul Duffin
2022-06-07Enable Mixed Builds for Prebuilt Library Trevor Radcliffe
2022-01-12Fix genrule tool dependencies when a prebuilt tool is preferred. Martin Stjernholm
2022-01-08Use Module.GetProperties() instead of ModuleBase.generalProperties Usta
2022-01-04Remove customizableProperties from `android.ModuleBase` Usta
2021-11-24Fix prebuilt selection logic for cc_prebuilt_library_headers. Martin Stjernholm
2021-09-14Improve the error when srcs field has the wrong type. Martin Stjernholm
2021-07-14Choose prebuilt or source via an Soong config variable Paul Duffin