aboutsummaryrefslogtreecommitdiff
path: root/rules/android_library/attrs.bzl
AgeCommit message (Expand)Author
2023-03-14Add an _android_sdk_toolchain_type attribute to the open source Starlark rules.Romain Jobredeaux
2022-12-20The attribute is used to set additional flags (e.g. -Weverything) to the AOSP...A Googler
2022-11-21The option (whose default value is false) is used to switch the AIDL compiler...A Googler
2022-11-14Migrate from `cfg = "host"` to `cfg = "exec"`Liam Miller-Cushon
2022-09-06Remap all references to @rules_android// to '//'.Ted Xie
2021-12-08Add doc to android_library attrs + rule examplesOlivier St-Onge
2021-09-28\nInitial commit\nA Googler