This repository was archived by the owner on Dec 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,12 @@ popd
155
155
#
156
156
157
157
pushd " $glean_as "
158
+ echo " typealias HistogramMetricBase = mozilla.telemetry.glean.private.HistogramBase" >> glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramBase.kt
158
159
echo " rust.targets=$rusttarget " >> local.properties
159
160
localize_maven
160
161
popd
161
162
pushd " $glean "
163
+ echo " typealias HistogramMetricBase = mozilla.telemetry.glean.private.HistogramBase" >> glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramBase.kt
162
164
echo " rust.targets=linux-x86-64,$rusttarget " >> local.properties
163
165
localize_maven
164
166
popd
@@ -178,6 +180,7 @@ sed -i \
178
180
# Hack to prevent too long string from breaking build
179
181
sed -i ' /val statusCmd/,+3d' plugins/config/src/main/java/ConfigPlugin.kt
180
182
sed -i ' /\/\/ Append "+"/a \ val statusSuffix = "+"' plugins/config/src/main/java/ConfigPlugin.kt
183
+ echo " typealias HistogramBase = mozilla.telemetry.glean.private.HistogramBase" >> components/service/glean/src/main/java/mozilla/components/service/glean/private/MetricAliases.kt
181
184
popd
182
185
183
186
#
You can’t perform that action at this time.
0 commit comments