aboutsummaryrefslogtreecommitdiff
path: root/rules/resources.bzl
AgeCommit message (Expand)Author
2023-10-06Merge remote-tracking branch 'aosp/upstream-main' into HEADRomain Jobredeaux
2023-09-28Replace _DEPOT_MIN_SDK_FLOOR constant with an acl-based system.Tim Peut
2023-09-20Expose ManifestContextInfo provider outside of Android RulesRomain Jobredeaux
2023-09-18Process manifest values as part of the manifest processor.Tim Peut
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-22Add R8 integration to the Starlark Bazel Android rules.Alex Humesky
2023-08-07Expose is_resource_shrinking_enabled in resources.bzl for use in android_binaryTim Peut
2023-08-07Enable Automatic Exec Groups in rules_androidNevena Kotlaja
2023-07-18Correctly bump minSdkVersion in android_local_test and android_lint.Tim Peut
2023-06-23Automated rollback of commit 2d2557ab1c062fb1fe51fa7decc787fa46e43d69.Andrew Sinclair
2023-06-20Internal changeTim Peut
2023-06-16Disable transitive r-classes by constructionTed Xie
2023-05-04Change resource shared apk acl to a validation action.Tim Peut
2023-05-03adding support for resource only apks to android_library and android_binary.A Googler
2023-03-24Update _MANIFEST_MISSING_ERROR string templateA Googler
2023-03-20Make naming more consistent for setting a default min sdk value if not alread...A Googler
2023-02-07Create action for setting a default min sdk value if not already specified. F...A Googler
2023-01-10Migrate getProguardSpecs for android_binary from native to StarlarkJoseph Park
2022-11-01Define Starlark android_binary rule suffix (_RESOURCES_DO_NOT_USE) in common....Joseph Park
2022-10-18Internal changeA Googler
2022-09-21Internal changeA Googler
2022-07-20Expose the depot min SDK floor from resources.bzlJoseph Park
2022-07-20For actions to validate min SDK floor, do nothing if floor <= 0.Joseph Park
2022-07-19Create action for enforcing AndroidManifest min SDK floor.Joseph Park
2021-12-03Use --experimental_android_resource_cycle_shrinking for AAPT2_PACKAGEOlivier St-Onge
2021-11-30InternalOlivier St-Onge
2021-11-23Use a default package when generating the android_local_test manifest.Tim Peut
2021-11-18Change Starlark custom_package fallback default behavior to false, and allow ...A Googler
2021-09-28Document zip_tool parameter in resources.bzl.A Googler
2021-09-28\nInitial commit\nA Googler