-
Notifications
You must be signed in to change notification settings - Fork 220
Conversation
@keianhzo Maybe we should unify the suffix between WaveVR and pico? It would make scripting easier. Maybe |
@bluemarvin Updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The release build fails. Try ./gradlew assemblePicovrstoreArm64Release
Result:
> Task :app:processPicovrStoreArm64ReleaseAnnotationsWithJavac FAILED
ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.7.1ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.7.1warning: Current JDK version 1.8.0_201-b09 has a bug (https://bugs.openjdk.java.net/browse/JDK-8007720) that prevents Room from being incremental. Consider using JDK 11+ or the embedded JDK shipped with Android Studio 3.5+.
/home/randall/src/FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/VRBrowserActivity.java:102: error: cannot find symbol
public class VRBrowserActivity extends PlatformActivity implements WidgetManagerDelegate, ComponentCallbacks2, LifecycleOwner, ViewModelStoreOwner {
^
symbol: class PlatformActivity
/home/randall/src/FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/browser/PermissionDelegate.java:15: error: cannot find symbol
import org.mozilla.vrbrowser.PlatformActivity;
^
symbol: class PlatformActivity
location: package org.mozilla.vrbrowser
/home/randall/src/FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/WebXRInterstitialController.java:11: error: cannot find symbol
import org.mozilla.vrbrowser.databinding.WebxrInterstitialControllerBinding;
^
symbol: class WebxrInterstitialControllerBinding
location: package org.mozilla.vrbrowser.databinding
/home/randall/src/FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/ui/widgets/WebXRInterstitialController.java:15: error: cannot find symbol
private WebxrInterstitialControllerBinding mBinding;
^
symbol: class WebxrInterstitialControllerBinding
location: class WebXRInterstitialController
4 errors
1 warning
FAILURE: Build failed with an exception.
Also the build targets need to be updated for taskcluster:
|
@daoshengmu Should this: FirefoxReality/app/src/common/shared/org/mozilla/vrbrowser/telemetry/GleanMetricsService.java Line 160 in bda5ecf
be update to:
|
Yes. We can do this to keep our telemetry be matched. We might be able to consider to make |
@keianhzo We need to do the same change to here too, https://github.com/MozillaReality/FirefoxReality/blob/master/app/src/common/shared/org/mozilla/vrbrowser/telemetry/TelemetryWrapper.java#L148 |
8c000bc
to
daf2aa2
Compare
daf2aa2
to
3d0ce8f
Compare
@daoshengmu @bluemarvin This should be ready. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Pico now has a ROM baked version of FxR. We need to provide a suffix so QA can test staging build without colliding with the production appId.