Skip to content

Commit 6c69e9b

Browse files
ajsinclaircopybara-github
authored andcommitted
Add a new field to AndroidBinaryNativeLibsInfo that will hold a dictionary of native libraries depsets keyed by the architecture they are built for.
PiperOrigin-RevId: 702798075 Change-Id: I2bffcb5ab5339551e4506ad43887fef55e465ad6
1 parent 3456bd3 commit 6c69e9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

providers/providers.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ AndroidBinaryNativeLibsInfo = provider(
205205
fields = dict(
206206
native_libs = "",
207207
native_libs_name = "",
208+
# TODO(asinclair): Remove this field once transitive_native_libs_by_cpu_architecture is used in the released rules.
208209
transitive_native_libs = "",
210+
transitive_native_libs_by_cpu_architecture = "Dictionary of CPU architecture to depset of native libs built for that architecture.",
209211
),
210212
)
211213

0 commit comments

Comments
 (0)