Commit 1762ddb
Fix comment about dex compression
Summary:
I introduced a new dex compression method (`raw_subdir`) with corresponding description in D82302583. I just realized I messed up the numbering in the comment:
https://www.internalfb.com/code/fbsource/[a018a61513e801b70447025a195e0f20135f2261]/fbcode/buck2/prelude/android/dex_rules.bzl?lines=37%2C39%2C41%2C46%2C48%2C50
We have 5 compression methods numbered 1, 2, 3, 4, 5 — not 4 compression methods numbered 1, 2, 2, 3, 4. The behavior is unchanged, this merely fixes the comment.
Differential Revision: D82372774
fbshipit-source-id: ff1996b1af371b8f640a00490ea6e00bb68c9d441 parent 693d97d commit 1762ddb
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments