Commit 81c6b35
Hoist skip_proguard flag so it can be provided by the caller
Summary: This was the last property I had to hoist before making proguard run in the java_binary rule. While this isn't android-specific, it's not part of the java_binary rule properties, and the value of it does seem to be android-specific. We can always provide it via java_binary later if we need it there as well, since now it's just passed in rather than fetched from a context.
Reviewed By: hick209
Differential Revision: D72092338
fbshipit-source-id: 99ef3e5f5c3b5410f9d5acf9367f371d9f925a0b1 parent 42b2457 commit 81c6b35
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
177 | | - | |
| 178 | + | |
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| |||
0 commit comments