Commit d0dc250
authored
Add transform action to remove package prefix in toc files (#6787)
Per [b/379093944](https://b.corp.google.com/issues/379093944),
This adds a transform action to remove the `com.google.` package prefix
in the TOC files, as it pollutes the visual landscape for consumers.
Long-term, this action will be replaced by a parameter offered via newer
versions of dackka- but we don't currently have the bandwidth for such
an upgrade. A tracking bug has been left with the implementation to
migrate to said parameter whenever we have the time to upgrade.1 parent 60a021d commit d0dc250
File tree
1 file changed
+27
-1
lines changed- plugins/src/main/java/com/google/firebase/gradle/plugins
1 file changed
+27
-1
lines changedLines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
84 | 110 | | |
85 | 111 | | |
86 | 112 | | |
| |||
0 commit comments