aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 daysTweak the ordering of the inputs of the apk builder action to match with Nati...upstream-mainZhaoqing Xu
2 daysTweak ordering of JavaInfos to match nativeTim Peut
2 daysFix a bug that the _one_version_allowlist_for_tests should apply to all targe...Zhaoqing Xu
2 daysget transitive_native_libs based on the presence of attr "application_resourc...Zhaoqing Xu
2 daysExplicitly set the internal_rule in android_binary_macro.Zhaoqing Xu
3 daysDeduplcate list of shared librariesA Googler
3 daysInternal changeA Googler
3 daysRemove the aar_propagate_resources ACL. aar_import will always propagate Andr...Alex Humesky
3 daysandroid_binary.manifest should be built in the platforms transition, not target.Tim Peut
3 daysUpdate README.md to include a section linking to rules_android Stardoc.Alex Humesky
3 daysGenerate HTML from Stardoc markdown and add Github Actions to build and deplo...Alex Humesky
3 daysGet rid of the toplevel starlark android_binary rule.Zhaoqing Xu
3 daysPass the classpath jar to intermediate dex steps and the correct min-sdk.dawasser
4 daysRemove NDK dependencies since no code or tests currently rely on the NDK.Alex Humesky
4 daysPut java one version output in _hidden_top_level_INTERNAL_ outputgroup of sta...Zhaoqing Xu
7 daysAccess the first element of ctx.attr._jacoco_runtime, which becomes a list af...Zhaoqing Xu
8 daysAdding a feature to turn off android binary rule implementation's built-in li...A Googler
8 daysMove `//rules/stardoc` package to `//stardoc` to avoid problems with build / ...Alex Humesky
8 daysName resource class jar as "{label_name}_resources.jar" for the new starlark ...Zhaoqing Xu
9 daysAccess the first element of ctx.attr._jacoco_runtime, which becomes a list af...Zhaoqing Xu
9 daysWire up the implicit outputs of the starlark android_binary rule within proce...Zhaoqing Xu
9 daysUpdate minSdkVersion to 21Tim Peut
9 daysEnable the JDK's CLDR locale provider in android_local_testLiam Miller-Cushon
9 daysUse the basename of files in _assert_files for better printing.Zhaoqing Xu
9 daysApply android_platforms_transition to many android_binary_internal attributes...Zhaoqing Xu
10 daysClean up the "_migrated" substring from the naming of proguard artifacts.Zhaoqing Xu
10 daysMove Stardoc targets to their own build package, so that when the rules are u...Alex Humesky
10 daysFix Android SDK toolchain type values.John Cater
11 daysRemove unused SDK toolchain type value.John Cater
11 daysCreate an ACL for enabling the JDK's CLDR locale provider in android_local_testLiam Miller-Cushon
11 daysMerge #226 by gottagofaster236: Fix debug mobile installLev Leontev
12 daysExplicitly add loads for starlark java symbolsTed Xie
2024-04-12Remove support for Dex postprocessing.dawasser
2024-04-12Add `load()` statements for the Bazel builtin top-level java symbolsA Googler
2024-04-10Make JavaInfo a required provider that starlark rule android_binary provides....Zhaoqing Xu
2024-04-09Change ordering of inputs to apk packaging singlejar.Tim Peut
2024-04-09Include proguard_output_map in the implicit output files list (i.e. target[De...Zhaoqing Xu
2024-04-09Apply the android_transition to many attributes.Andrew Sinclair
2024-04-09Conditionally pass DESUGAR_CONFIG to desugarer command lineTed Xie
2024-04-05Handle desugared_lib_config in src/tools/ak/dexTed Xie
2024-04-04Add `load()` statements for the builtin Bazel java rulesA Googler
2024-04-03Ensure _ATTRS.keys() as a list.Zhaoqing Xu
2024-04-02Put `$(location)` in backticks in attr docs. Some markdown converters use `$`...Alex Humesky
2024-04-02Pass the "implicit outputs" (files in DefaultInfo) from android_binary_intern...Zhaoqing Xu
2024-04-02Enable aar_import to select the native libraries to include using platforms a...Alex Humesky
2024-04-02Update Android Starlark rules to fetch the SDK from a toolchain, instead of t...John Cater
2024-04-01Add a target for generating Stardoc documentation for the rules, and fix up b...Alex Humesky
2024-04-01Package optimized resources apk to the final APK if possible.Zhaoqing Xu
2024-04-01Create a version of the android_split_transition that produces the same confi...Andrew Sinclair
2024-03-29Automated Code ChangeA Googler