aboutsummaryrefslogtreecommitdiff
path: root/android/bazel_handler.go
AgeCommit message (Expand)Author
2023-04-18Fix api fingerprinting with apex.Zi Wang
2023-04-14Fix issue where bazel-force-enabled-modules aren't actually analyzed.MarkDacek
2023-04-12Merge "Make buildroot.cquery determinisitc"Treehugger Robot
2023-03-19Replace json_encode with json.encodeCole Faust
2023-03-17Remove --extra_toolchains flag from aquery runnerVinh Tran
2023-03-16Populate apexBundle#filesInfo using bazel info.Jingwen Chen
2023-03-15Make buildroot.cquery determinisitcChris Parsons
2023-03-01Add a persistent bazel server between buildsChris Parsons
2023-02-22Only apply apex transition to DCLA libs for now.Yu Liu
2023-02-21Support DCLAYu Liu
2023-02-15Handle aquery build statements in a goroutineLiz Kammer
2023-02-14Merge "Collect more metrics for aquery handling"Treehugger Robot
2023-02-14Collect more metrics for aquery handlingLiz Kammer
2023-02-13Merge "pass TIDY_EXTERNAL_VENDOR envvar to Bazel"Sam Delmerico
2023-02-10pass TIDY_EXTERNAL_VENDOR envvar to BazelSam Delmerico
2023-02-07Merge "export allowlist of environment variables to Bazel"Sam Delmerico
2023-02-06Merge "Only write soong_injection files if changed"Christopher Parsons
2023-02-06export allowlist of environment variables to BazelSam Delmerico
2023-02-03Only write soong_injection files if changedChris Parsons
2023-01-30prune out empty bazel depsetsUsta Shrestha
2023-01-24add error handling to cquery in MockBazelContextSam Delmerico
2023-01-12Clean up mixed builds module names filteringSasha Smundak
2023-01-05Bp2build support for multiple product configsCole Faust
2023-01-05Merge "Stop changes to BAZEL_METRICS_DIR regenerating ninja file"Paul Duffin
2023-01-04Stop changes to BAZEL_METRICS_DIR regenerating ninja filePaul Duffin
2023-01-03Use WriteFileRule instead of custom echo commandsCole Faust
2022-12-21Merge changes I47b8fdd9,Ifbd121abColin Cross
2022-12-20Return linux as host OS from getConfigString when using muslColin Cross
2022-12-20Merge "mixed builds: add cc_test bazel handler, and add adbd_test to staging ...Treehugger Robot
2022-12-15Allow exporting bazel mixed build allowlists to simple text filesCole Faust
2022-12-15mixed builds: add cc_test bazel handler, and add adbd_test to staging allowlist.Jingwen Chen
2022-12-13Workaround bazel command too longColin Cross
2022-12-06Streamline NewBazeContext codeSasha Smundak
2022-12-02Add command line flag for extra bazel-built modulesMarkDacek
2022-12-01Print error code when bazel invocation failsSasha Smundak
2022-11-28Merge "Improve mixed builds error messages"Treehugger Robot
2022-11-22Improve mixed builds error messagesCole Faust
2022-11-22volatile-status.txt to be translated to an order-only dep in build.ninjausta
2022-11-16Provide Bazel timing breakdown for the mixed buildsSasha Smundak
2022-11-16Fix the following issues in bazel_handler:Wei Li
2022-11-10Merge "Increase testing of request_type"Liz Kammer
2022-11-10Merge changes from topic "clang-tidy-mixed-builds"Treehugger Robot
2022-11-09Increase testing of request_typeLiz Kammer
2022-11-08Refactor "staging dep on prod" allowlist depChris Parsons
2022-11-07Merge "Call rm -rf in mixed build build statement preamble."Jingwen Chen
2022-11-07add --norun_validations to bazel build actionSam Delmerico
2022-11-07Add apex_test for mixed buildsLiz Kammer
2022-11-07Call rm -rf in mixed build build statement preamble.Jingwen Chen
2022-11-04Rename ApexCqueryInfo to ApexInfoLiz Kammer
2022-10-28Merge "Rollforward "Use proto output instead of jsonproto output for aquery"""Jason Wu