We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b33255 commit 8690effCopy full SHA for 8690eff
1 file changed
mobile_install/apks.bzl
@@ -134,7 +134,7 @@ def make_split_apks(
134
to_pack = dexes + [r_dex]
135
if native_zips:
136
to_pack.extend(native_zips)
137
- for _, artifact in enumerate(to_pack):
+ for artifact in to_pack:
138
# the split attr in the manifest will be used to name the file on the device like
139
# split_${SPLIT_ID}.apk. We need to follow the same pattern so that we can compare
140
# files during sync time and only do the incremental install.
0 commit comments