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