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