aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
AgeCommit message (Expand)Author
2023-04-20Move rules_java to bazel_common_rulesUlises Mendez Martinez
2023-04-13Support sdk_version for java/android/kotlin targets.Romain Jobredeaux
2023-04-03Add location of android_toolsZi Wang
2023-03-29Temporarily bind d8 to older r8 version 8.1.26-dev for Bazel.Romain Jobredeaux
2023-03-21Update labels to move java toolchain to prebuilts/jdk/jdk17Romain Jobredeaux
2023-03-17Switch away from local_jdk (to jdk17)Romain Jobredeaux
2023-03-10Convert api_surfaces to a custom repositorySpandan Das
2023-03-06Create an api_surfaces external repositorySpandan Das
2023-02-03Use custom kotlinc.BUILD file for the Kotlin compiler repo.Romain Jobredeaux
2023-01-05Support multiple android products in a single bazel buildCole Faust
2022-12-08Move remote_coverage_tools to bazel_common_rules.Yifan Hong
2022-11-09collect environment variables in repository ruleSam Delmerico
2022-09-28Revert "Revert "create cc_register_toolchains function""Sam Delmerico
2022-09-28Revert "create cc_register_toolchains function"Sam Delmerico
2022-09-21create cc_register_toolchains functionSam Delmerico
2022-09-16License rulesSasha Smundak
2022-09-08Import Kotlin rules repository into AOSP main workspace.Romain Jobredeaux
2022-08-02Delete @rules_cc fork.Jingwen Chen
2022-07-17Set up local java tools repositories to stop downloads in mixed builds.Romain Jobredeaux
2022-07-13Run buildifier on all bazel filesCole Faust
2022-06-28Use import_external_repositoriesYifan Hong
2022-06-24Create basic system image implementationCole Faust
2022-06-20Remove all make_injection targets and rewrite diff tests as directJingwen Chen
2022-06-09Use bazel-built apexer instead of the make_injection-build oneCole Faust
2022-05-31Use bazel-built apexer tools instead of make_injection onesCole Faust
2022-05-31Remove sefcontext_compile from make_injectionCole Faust
2022-05-23Implement gensrcs rule to migrate gensrcs module type to BazelVinh Tran
2022-04-27Fix bp2build CI by properly invalidating make_injection tools like apexer.Jingwen Chen
2022-03-24Register python toolchain to Bazel workspacezeek
2022-03-21Use merge_zip prebuilts and remove it from make_injection.Jingwen Chen
2022-03-21Use aapt2 prebuilt and remove it from make_injection.Jingwen Chen
2022-03-17Build debugfs from source.Jingwen Chen
2022-03-17Use prebuilts for soong_zip and zip2zip instead of building them in make_inje...Jingwen Chen
2022-03-17Build resize2fs and mkefs with Bazel.Jingwen Chen
2022-03-17Build e2fsdroid with Bazel and use in the APEX toolchain.Jingwen Chen
2022-03-07Merge "Build avbtool with Bazel."Treehugger Robot
2022-03-07Build avbtool with Bazel.Jingwen Chen
2022-03-05Add new apex_aab rule to build multi-arch mainline modules with Bazel.Wei Li
2022-01-25Add apex compression in Bazel apex rule.Wei Li
2022-01-25Delete unused code for Bazel as Ninja executor.Jingwen Chen
2021-12-15Add apex_diff_test for com.android.adbd.Jingwen Chen
2021-12-13Add ability for make_injection to invalidate itself when Android.bpJingwen Chen
2021-09-28Create a stub remote_coverage_tools WORKSPACE to workaroundJingwen Chen
2021-09-21Refactor make_injection to not use globs in exports_files.Jingwen Chen
2021-08-17Add initial support for native_shared_libs to the Bazel APEX rule.Rupert Shuttleworth
2021-08-12Revert "Add a java binary, a java library, and an android app ta..."Alex Humesky
2021-08-11Add apex_diff_test to compare APEX contents.Jingwen Chen
2021-08-11Apply an apex_transition on apex.prebuilts, binaries and native_shared_libs.Jingwen Chen
2021-08-11Toolchainify APEX host tools.Jingwen Chen
2021-08-10Merge "Add a java binary, a java library, and an android app target building ...Romain Jobredeaux