index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cc
/
genrule.go
Age
Commit message (
Expand
)
Author
2024-10-21
Make ImageInterface use its own context
Cole Faust
2024-06-21
Move vendor and product variant generation logic from cc package to android p...
Jihoon Kang
2024-06-14
Merge "cc: Make cc_genrule defaultable" into main
Aleks Todorov
2024-06-13
Cleanup ImageInterface.SetImageVariation
Jihoon Kang
2024-06-13
cc: Make cc_genrule defaultable
Aleks Todorov
2024-04-05
Remove Device VNDK version usage from Soong
Kiyoung Kim
2024-04-05
Deprecate Snapshot build
Kiyoung Kim
2024-04-01
Remove PlatformVndkVersion property
Kiyoung Kim
2024-01-10
Generate VNDK independent image variant with cc genrule
Kiyoung Kim
2023-12-08
Remove ConvertWithBp2build implementations
Colin Cross
2023-09-27
Generate product variants by default
Justin Yun
2022-12-01
soong: add os name to cc_genrule
Patrick Rohr
2022-08-17
Reformat build/soong for go 1.19
Colin Cross
2021-09-27
Add environment variables to cc_genrule commands
Colin Cross
2021-09-23
Add bp2build converter for cc_genrule.
Wei Li
2021-07-19
Separate snapshot definition
Kiyoung Kim
2021-06-03
Export cc vendor functions for usage by rust.
Ivan Lozano
2021-04-29
Add debug ramdisk variant.
Inseob Kim
2021-04-22
Revert^3 "Add debug ramdisk variant"
Inseob Kim
2021-04-22
Revert^2 "Add debug ramdisk variant"
Florian Mayer
2021-04-22
Revert "Add debug ramdisk variant"
Bowgo Tsai
2021-04-15
Add debug ramdisk variant
Inseob Kim
2021-01-25
Define odm_available property to install a vendor variant to odm
Justin Yun
2021-01-06
Merge "Support for recovery snapshot."
Jose "Pepe" Galmes
2020-12-23
Support for recovery snapshot.
Jose Galmes
2020-12-23
'vendor_available: *' will not create product variant
Justin Yun
2020-11-08
Define product_available property
Justin Yun
2020-10-22
Add vendor-ramdisk image to Soong.
Yifan Hong
2020-09-02
Add exclude_from_vendor_snapshot property, related logic
Bill Peckham
2020-06-05
Create only one vendor variant depending on path
Inseob Kim
2020-04-07
Revert^2 "Add sdk mutator for native modules"
Colin Cross
2020-04-07
Revert "Add sdk mutator for native modules"
Colin Cross
2020-04-01
Add sdk mutator for native modules
Colin Cross
2020-01-22
Add ramdisk image.
Yifan Hong
2019-12-20
Create product variant for product partition
Justin Yun
2019-12-17
Move imageMutator before archMutator
Colin Cross
2019-11-20
Move cc.imageMutator into the android package
Colin Cross
2019-06-12
Let genrule be mutatable by the apex mutator
Jiyong Park
2018-10-30
Add support for versioned stubs.
Jiyong Park
2018-05-24
Add recovery_available to cc_genrule
Jiyong Park
2017-09-18
Add cc_genrule
Dan Willemsen