diff options
Diffstat (limited to 'android_webview/build')
-rw-r--r-- | android_webview/build/jarjar-rules.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android_webview/build/jarjar-rules.txt b/android_webview/build/jarjar-rules.txt index dcd12a52..5f1231f 100644 --- a/android_webview/build/jarjar-rules.txt +++ b/android_webview/build/jarjar-rules.txt @@ -1,4 +1,4 @@ -rule org.chromium.** com.android.internal.webviewchromium.@1 -rule com.google.common.** com.android.internal.webviewchromium.guava.@1 -rule com.googlecode.eyesfree.** com.android.internal.webviewchromium.eyesfree.@1 -rule javax.annotation.** com.android.internal.webviewchromium.jsr305.@1 +rule org.chromium.** com.android.@0 +rule com.google.** com.android.org.chromium.@0 +rule com.googlecode.** com.android.org.chromium.@0 +rule javax.annotation.** com.android.org.chromium.@0 |