Skip to content

Commit 8690eff

Browse files
authored
Apply suggestion from @keith
1 parent 2b33255 commit 8690eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mobile_install/apks.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def make_split_apks(
134134
to_pack = dexes + [r_dex]
135135
if native_zips:
136136
to_pack.extend(native_zips)
137-
for _, artifact in enumerate(to_pack):
137+
for artifact in to_pack:
138138
# the split attr in the manifest will be used to name the file on the device like
139139
# split_${SPLIT_ID}.apk. We need to follow the same pattern so that we can compare
140140
# files during sync time and only do the incremental install.

0 commit comments

Comments
 (0)