aboutsummaryrefslogtreecommitdiff
path: root/bp2build/testing.go
AgeCommit message (Expand)Author
2023-04-11Bp2build support for sdk_version and java_version.Romain Jobredeaux
2023-03-24Add apex_available aidl + aidl&lang librariesLiz Kammer
2023-03-16remove stub dependency on source_librarySam Delmerico
2023-03-09Merge "Sort expectTargets and actualTargets by name in bp2build test"Zi Wang
2023-03-08Use product variables from the overridden apexCole Faust
2023-03-08Sort expectTargets and actualTargets by name in bp2build testZi Wang
2023-02-28Replace SortedStringKeys with SortedKeysCole Faust
2023-01-26Correct global excludes not always being excludedLiz Kammer
2023-01-11Handle soong config vars for string attrsLiz Kammer
2023-01-05Bp2build support for multiple product configsCole Faust
2022-12-02Support running bp2build tests in fixturesPaul Duffin
2022-11-29Bp2Build for libs property in java_libraryAlix
2022-11-23Use excludes from OS axis for OsAndInApexLiz Kammer
2022-11-05Make CodegenContext reference *android.ContextPaul Duffin
2022-10-04Create a new mode in soong_ui to generate API only BUILD filesSpandan Das
2022-09-22Fix package boundary in glob expansion with checked in BUILD files.Jingwen Chen
2022-09-19Create Stub targets for cc_library_(static|shared)Trevor Radcliffe
2022-09-14Implement bp2build for the `license` moduleSasha Smundak
2022-09-14Handle nameless modules during bp2build conversion.Sasha Smundak
2022-09-09refactoring build_conversion.go to remove panicAlix
2022-09-01Export RunBp2BuildTestCaseSimple() in testing.goTrevor Radcliffe
2022-09-01Exporting MakeBazelTarget() in testing.goAlix
2022-08-15Add StringAttribute for bp2buildingAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2022-08-01export common bp2build testing functionsSam Delmerico
2022-05-31Handle restricting to device only buildsLiz Kammer
2022-05-19Add imports property to py_library rulesCole Faust
2022-04-15bp2build support for cc_prebuilt_libraryTrevor Radcliffe
2022-04-14refactor bp2build module allowlists into structSam Delmerico
2021-12-22bp2build: Remove duplicate system shared libsLiz Kammer
2021-12-15bp2build: Expand check if filegroup contains protoLiz Kammer
2021-12-14Use one mutator for all bp2build conversion.Liz Kammer
2021-12-01Support empty strings in bp2buildLiz Kammer
2021-11-15Refactor bp2build testsLiz Kammer
2021-10-13bp2build: Add special arch-variant targets.Liz Kammer
2021-10-04Bp2Build common properties auto-handlingAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-09-23bp2build: Add support for export_.*headers propsLiz Kammer
2021-09-15Merge "Expand handling of unconverted deps in bp2build"Liz Kammer
2021-09-14Expand handling of unconverted deps in bp2buildLiz Kammer
2021-09-14Bp2build: handle embedded structs as blueprintLiz Kammer
2021-09-09Merge "Cleanup unused code for bp2build conversion."Treehugger Robot
2021-09-09bp2build: don't generate filegroups (or error) if it contains a fileJingwen Chen
2021-09-07Cleanup unused code for bp2build conversion.Liz Kammer
2021-08-27python_{binary,library}{,_host} handle lib propertyAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-23Add License decl to testing.goAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-23Document testing & build_conversion purposesAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-23Rename runPythonTestCaseAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-23Share runBp2BuildTestCase & runPythonTestCaseAlex Márquez Pérez Muñíz Díaz Púras Thaureaux
2021-08-17Don't create a new module for bp2build conversion.Liz Kammer
2021-08-12Add some initial benchmarking for bp2build.Liz Kammer
2021-06-21Direct Bazel builds from m.Jingwen Chen