aboutsummaryrefslogtreecommitdiff
path: root/rules/android_binary_internal/impl.bzl
AgeCommit message (Expand)Author
2023-10-05Always pass proguard implicit output artifacts to Native and symlink them.Zhaoqing Xu
2023-10-04Wire up AndroidOptimizationInfo in StarlarkZhaoqing Xu
2023-10-04Wire up AndroidPreDexJarInfo in Starlark android_binary_internal.Zhaoqing Xu
2023-10-04Use `binary_jar` as `java_resource_jar` if the flagZhaoqing Xu
2023-10-04Wire up ProguardMappingInfo in Starlark.Zhaoqing Xu
2023-09-28Replace _DEPOT_MIN_SDK_FLOOR constant with an acl-based system.Tim Peut
2023-09-28Fix a bug that `proguard_specs` should be a list of Files rather than Targets...Zhaoqing Xu
2023-09-25Clean up the minsdk floor acl, as this is now enabled everywhere.Tim Peut
2023-09-22Fix a bug that `acls.in_allow_proguard_apply_mapping` should pass in a string...Zhaoqing Xu
2023-09-20Only use baseline profiles in optimizer when the target is in the allowlist.Zhaoqing Xu
2023-09-19Rename the deploy jar suffix to "_migrated_desugared.jar".Zhaoqing Xu
2023-09-18Process manifest values as part of the manifest processor.Tim Peut
2023-09-18Fix a bug that BaselineProfilesProcessor should be guarded by the in_android_...Zhaoqing Xu
2023-09-15Migrate baseline profiles rewriting, wildcards expansion and startup profiles...Zhaoqing Xu
2023-09-13Restrict packages from setting a new value for attribute min_sdk_version in r...Zhaoqing Xu
2023-09-13Migrate OptimizingDex and MergeProguardMaps actions from native to StarlarkZhaoqing Xu
2023-09-07Migrate post-proguard dexing from native to Starlark. This includes both incr...Zhaoqing Xu
2023-09-05Migrate Resource shrinking and optimization from Native Blaze to Starlark.Zhaoqing Xu
2023-08-30Migrate actions to generate main dex list from Native Blaze to Starlark and w...Zhaoqing Xu
2023-08-25Migrate Parallel Dex Merging from Native to StarlarkZhaoqing Xu
2023-08-22Add R8 integration to the Starlark Bazel Android rules.Alex Humesky
2023-08-15Remove output proguard pbmap and add test case for generate_mappingTim Peut
2023-08-15Wire up proguard actions + initial tests.Tim Peut
2023-08-08Migrate instrumentation filter method from Native to StarlarkZhaoqing Xu
2023-08-08Internal changeZhaoqing Xu
2023-08-07Enable Automatic Exec Groups in rules_androidNevena Kotlaja
2023-08-02Internal ChangeZhaoqing Xu
2023-07-12Internal ChangeZhaoqing Xu
2023-07-11Internal ChangeZhaoqing Xu
2023-07-11Remove build_info_files and extra_build_info from BuildInfoProcessor and Depl...Zhaoqing Xu
2023-07-06Fix a typo that "unused_ctx" in _process_deploy_jar should be "_unused_ctxs"Zhaoqing Xu
2023-06-28Fix a bug that non-desugared runtime_jars are incorrectly collected in Deploy...Zhaoqing Xu
2023-06-23Internal ChangeZhaoqing Xu
2023-06-22Migrate baseline_profiles action functionality to Starlark, with the exceptionA Googler
2023-06-06Internal ChangeZhaoqing Xu
2023-05-31Internal ChangeZhaoqing Xu
2023-05-26Migrate AppendJava8LegacyDex and BuildLegacyDex action from native to StarlarkZhaoqing Xu
2023-05-25Migrate DexArchiveAspect from native Blaze to Starlark, and also add 2 new pr...Zhaoqing Xu
2023-05-25Internal ChangeZhaoqing Xu
2023-05-18Internal ChangeZhaoqing Xu
2023-05-10Don't sort android_binary_internal's list of processors, order matters here.Alex Humesky
2023-05-03adding support for resource only apks to android_library and android_binary.A Googler
2023-03-23Add an ACL to the enable_data_binding attribute.Alex Humesky
2023-03-10Enable Starlark-based Java compilation and databinding processing in android_...Alex Humesky
2023-02-07Create action for setting a default min sdk value if not already specified. F...A Googler
2023-01-11Create acl and wire up with the starlark split transition.Tim Peut
2022-12-21Implement native libs collection in Starlark for `android_binary`A Googler
2022-09-06Remap all references to @rules_android// to '//'.Ted Xie
2022-07-20Turn on enforce_min_sdk_floor action for android_binary.Joseph Park
2021-09-28\nInitial commit\nA Googler