aboutsummaryrefslogtreecommitdiff
path: root/common.bazelrc
AgeCommit message (Expand)Author
2023-04-13Stop using platform mapping and delete mapping fileRomain Jobredeaux
2023-04-13Support sdk_version for java/android/kotlin targets.Romain Jobredeaux
2023-03-17Switch away from local_jdk (to jdk17)Romain Jobredeaux
2023-02-23Rules changes for Bazel updateLiz Kammer
2023-02-13Add flag to make the Linux sandbox work under /tmpJason Wu
2023-01-25"build" -> "common" in bazelrc where needed to fix "b query"Romain Jobredeaux
2023-01-24Enable writable outputs for bazelChris Parsons
2023-01-12Merge "bazelrc changes to support bazel 4b3423 release"Christopher Parsons
2023-01-05Support multiple android products in a single bazel buildCole Faust
2023-01-04Run some tests under linux_bionic_x86_64Cole Faust
2023-01-04bazelrc changes to support bazel 4b3423 releaseChris Parsons
2022-12-12Add transition for fdo profile to cc_library_sharedVinh Tran
2022-11-30Revert "Cd into the bazel workspace instead of using --package_path"Cole Faust
2022-11-28Cd into the bazel workspace instead of using --package_pathCole Faust
2022-11-17Change option for --experimental_output_directory_naming_scheme=diff_against_...Vinh Tran
2022-11-16Add --experimental_output_directory_naming_scheme=diff_against_baselineVinh Tran
2022-10-13Move --package_path configs to bazel.sh to support $OUT_DIR != "out".Jingwen Chen
2022-10-03Add a config for apigen workspaceSpandan Das
2022-09-19bazel test uses --test_output=errors by default.Jingwen Chen
2022-09-16Merge "Delete ResultStore bazelrc config."Treehugger Robot
2022-09-09Change the default --platforms to host, and restrict the allowedJingwen Chen
2022-09-01Merge "Remove --announce_rc for local developer builds."Treehugger Robot
2022-09-01Delete ResultStore bazelrc config.Jingwen Chen
2022-09-01Remove --announce_rc for local developer builds.Jingwen Chen
2022-09-01Make --expereimental_google_legacy_api a common bazelrc flag.Jingwen Chen
2022-08-30Changes required to adopt bazel-2570feChris Parsons
2022-08-10Add --verbose_failures to bazel ci buildsCole Faust
2022-08-04Create platform mappings file.Romain Jobredeaux
2022-06-14Merge "build/bazel changes to support Bazel@HEAD"Christopher Parsons
2022-06-10build/bazel changes to support Bazel@HEADChris Parsons
2022-05-27Support cc code coverage for mixed buildYu Liu
2022-04-28Disable errorprone in bazelVinh Tran
2022-04-22Add --config=<platforms> as a shorthand for --platforms flags.Jingwen Chen
2022-02-10Improve readability / signal-to-noise ratio for CI logs.Jingwen Chen
2022-01-17Implement a (partial) cc_stub_library rule for cc_library.stubs inJingwen Chen
2021-12-03Implement cc lite/full proto in starlark.Liz Kammer
2021-11-09Set --experimental_platform_in_output_dir.Jingwen Chen
2021-10-13Revert "Set --experimental_platform_in_output_dir."Jingwen Chen
2021-10-13Fix --experimental_platform_in_output_dir to be a build flag, notJingwen Chen
2021-10-12Set --experimental_platform_in_output_dir.Jingwen Chen
2021-10-07Set the default --platforms value to //build/bazel/platforms:android_target.Jingwen Chen
2021-08-27Add a java binary, a java library, and an android app target building to bp2b...Romain Jobredeaux
2021-08-12Revert "Add a java binary, a java library, and an android app ta..."Alex Humesky
2021-08-10Add a java binary, a java library, and an android app target building to bp2b...Romain Jobredeaux
2021-08-03Update Android app building with Bazel to use d8.Romain Jobredeaux
2021-08-02Remove obsolete flag experimental_enable_aggregating_middleman from common.ba...Romain Jobredeaux
2021-05-25Rollforward "Split libraries by language..."Chris Parsons
2021-05-25Revert "Split libraries by language in cc_library_static"Colin Cross
2021-05-24Split libraries by language in cc_library_staticChris Parsons
2021-05-20Set the default --platforms value to android_arm.Jingwen Chen