[Android] [PATCH] Better workaround for Samsung mess
Steve Lhomme
robux4 at gmail.com
Wed Feb 11 18:24:46 CET 2015
It should work better and avoid the ugly repackaging of the support lib.
On Wed, Feb 11, 2015 at 6:21 PM, Geoffrey Métais <geoffrey.metais at gmail.com>
wrote:
> ---
> vlc-android/proguard.cfg | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/vlc-android/proguard.cfg b/vlc-android/proguard.cfg
> index 332b17d..45ef578 100644
> --- a/vlc-android/proguard.cfg
> +++ b/vlc-android/proguard.cfg
> @@ -19,9 +19,8 @@
> -keep public class com.android.vending.licensing.ILicensingService
>
> # Samsung shit workaround
> --repackageclasses "android.support.v7"
> --keep class android.support.v7.widget.** { *; }
> --keep interface android.support.v7.widget.** { *; }
> +# see https://code.google.com/p/android/issues/detail?id=78377#c160
> +-keep class !android.support.v7.internal.view.menu.**,
> android.support.v7.** { *; }
>
> -keepclasseswithmembernames class * {
> native <methods>;
> --
> 2.1.0
>
> _______________________________________________
> Android mailing list
> Android at videolan.org
> https://mailman.videolan.org/listinfo/android
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/android/attachments/20150211/a6a0eca1/attachment.html>
More information about the Android
mailing list