Commit e05060d
Fix a bug in ART profile generation that proguardOutputMap might be null and breaks the build. Also add an unit test for this.
BEGIN_PUBLIC
Internal Change
END_PUBLIC
PiperOrigin-RevId: 480737920
Change-Id: I9d57d175b13a28b24ae6de0e0cebcd826c7cf4311 parent a05276f commit e05060d
File tree
3 files changed
+3
-10
lines changed- src/main/java/com/google/devtools/build/lib
- bazel/rules/android
- rules/android
3 files changed
+3
-10
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
| 124 | + | |
128 | 125 | | |
129 | 126 | | |
130 | 127 | | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
673 | 673 | | |
674 | 674 | | |
675 | 675 | | |
676 | | - | |
677 | | - | |
| 676 | + | |
678 | 677 | | |
679 | 678 | | |
680 | 679 | | |
| |||
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 114 | + | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
| |||
0 commit comments