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
155155#
156156
157157pushd " $glean_as "
158+ echo " typealias HistogramMetricBase = mozilla.telemetry.glean.private.HistogramBase" >> glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramBase.kt
158159echo " rust.targets=$rusttarget " >> local.properties
159160localize_maven
160161popd
161162pushd " $glean "
163+ echo " typealias HistogramMetricBase = mozilla.telemetry.glean.private.HistogramBase" >> glean-core/android/src/main/java/mozilla/telemetry/glean/private/HistogramBase.kt
162164echo " rust.targets=linux-x86-64,$rusttarget " >> local.properties
163165localize_maven
164166popd
@@ -178,6 +180,7 @@ sed -i \
178180# Hack to prevent too long string from breaking build
179181sed -i ' /val statusCmd/,+3d' plugins/config/src/main/java/ConfigPlugin.kt
180182sed -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
181184popd
182185
183186#
You can’t perform that action at this time.
0 commit comments