forked from mirrors/gecko-dev
This includes exposing a new component for configuring the HTTP stack, as to avoid forcing dependents who have no custom megazord to keep a-s and a-c versions in sync. This is required for the CWTS work, and has been coming for a while. It's a breaking change for users of FxA/Sync/Push who don't megazord (they must to init HTTP now, and should init rustlog as well). It's also a breaking change for megazord users, but I'll file PRs for them individually. This includes other changes required to update a-s, in logins and fxa specifically.
25 lines
938 B
Prolog
25 lines
938 B
Prolog
# Add project specific ProGuard rules here.
|
|
# By default, the flags in this file are appended to flags specified
|
|
# in /Users/sebastian/Library/Android/sdk/tools/proguard/proguard-android.txt
|
|
# You can edit the include path and order by changing the proguardFiles
|
|
# directive in build.gradle.
|
|
#
|
|
# For more details, see
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
# Add any project specific keep options here:
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
# class:
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
# public *;
|
|
#}
|
|
|
|
# Uncomment this to preserve the line number information for
|
|
# debugging stack traces.
|
|
#-keepattributes SourceFile,LineNumberTable
|
|
|
|
# If you keep the line number information, uncomment this to
|
|
# hide the original source file name.
|
|
#-renamesourcefileattribute SourceFile
|