diff --git a/mobile/android/base/FormAssistPopup.java b/mobile/android/base/FormAssistPopup.java index 6a8ba5d63e4a..2b3335e1b4ac 100644 --- a/mobile/android/base/FormAssistPopup.java +++ b/mobile/android/base/FormAssistPopup.java @@ -186,7 +186,7 @@ public class FormAssistPopup extends RelativeLayout implements GeckoEventListene sValidationTextLayoutNormal = new RelativeLayout.LayoutParams(mValidationMessageText.getLayoutParams()); sValidationTextLayoutNormal.setMargins(0, sValidationTextMarginTop, 0, 0); - sValidationTextLayoutInverted = new RelativeLayout.LayoutParams((ViewGroup.MarginLayoutParams) sValidationTextLayoutNormal); + sValidationTextLayoutInverted = new RelativeLayout.LayoutParams(sValidationTextLayoutNormal); sValidationTextLayoutInverted.setMargins(0, 0, 0, 0); mValidationMessageArrow = (ImageView) mValidationMessage.findViewById(R.id.validation_message_arrow); diff --git a/mobile/android/config/mozconfigs/common b/mobile/android/config/mozconfigs/common index b3a397047a05..1f90a0f0e9a5 100644 --- a/mobile/android/config/mozconfigs/common +++ b/mobile/android/config/mozconfigs/common @@ -15,7 +15,7 @@ ac_add_options --enable-elf-hack ANDROID_NDK_VERSION="r8e" ANDROID_NDK_VERSION_32BIT="r8c" -ANDROID_SDK_VERSION="20" +ANDROID_SDK_VERSION="17" # Build Fennec ac_add_options --enable-application=mobile/android diff --git a/mobile/android/config/tooltool-manifests/android-armv6/releng.manifest b/mobile/android/config/tooltool-manifests/android-armv6/releng.manifest index c1f96c7178a0..0b4d92a9f3d5 100644 --- a/mobile/android/config/tooltool-manifests/android-armv6/releng.manifest +++ b/mobile/android/config/tooltool-manifests/android-armv6/releng.manifest @@ -6,8 +6,8 @@ "filename": "android-ndk.tar.bz2" }, { -"size": 207966812, -"digest": "9f6d50e5e67e6a6784dea3b5573178a869b017d2d0c7588af9eb53fdd23c7d1bd6f775f07a9ad1510ba36bf1608d21baa4e26e92afe61e190429870a6371b97d", +"size": 190380996, +"digest": "9e2da00cd4783e10a52c144d2dc9de71b9ab9772f26c9a4e36b9a744e05edd1d13c212b976a3d2f6cbcb86bce00b78fd262b47f8573eff2ab9db0ed2d4cfb8c5", "algorithm": "sha512", "filename": "android-sdk.tar.xz" }, diff --git a/mobile/android/config/tooltool-manifests/android-x86/releng.manifest b/mobile/android/config/tooltool-manifests/android-x86/releng.manifest index 238402ff70d9..2a493dcf4a6e 100644 --- a/mobile/android/config/tooltool-manifests/android-x86/releng.manifest +++ b/mobile/android/config/tooltool-manifests/android-x86/releng.manifest @@ -6,8 +6,8 @@ "filename": "android-ndk.tar.bz2" }, { -"size": 207966812, -"digest": "9f6d50e5e67e6a6784dea3b5573178a869b017d2d0c7588af9eb53fdd23c7d1bd6f775f07a9ad1510ba36bf1608d21baa4e26e92afe61e190429870a6371b97d", +"size": 190380996, +"digest": "9e2da00cd4783e10a52c144d2dc9de71b9ab9772f26c9a4e36b9a744e05edd1d13c212b976a3d2f6cbcb86bce00b78fd262b47f8573eff2ab9db0ed2d4cfb8c5", "algorithm": "sha512", "filename": "android-sdk.tar.xz" }, diff --git a/mobile/android/config/tooltool-manifests/android/releng.manifest b/mobile/android/config/tooltool-manifests/android/releng.manifest index c1f96c7178a0..0b4d92a9f3d5 100644 --- a/mobile/android/config/tooltool-manifests/android/releng.manifest +++ b/mobile/android/config/tooltool-manifests/android/releng.manifest @@ -6,8 +6,8 @@ "filename": "android-ndk.tar.bz2" }, { -"size": 207966812, -"digest": "9f6d50e5e67e6a6784dea3b5573178a869b017d2d0c7588af9eb53fdd23c7d1bd6f775f07a9ad1510ba36bf1608d21baa4e26e92afe61e190429870a6371b97d", +"size": 190380996, +"digest": "9e2da00cd4783e10a52c144d2dc9de71b9ab9772f26c9a4e36b9a744e05edd1d13c212b976a3d2f6cbcb86bce00b78fd262b47f8573eff2ab9db0ed2d4cfb8c5", "algorithm": "sha512", "filename": "android-sdk.tar.xz" },