[PATCH] wineandroid: Allow an initial prefix to be shipped

Alexandre Julliard julliard at winehq.org
Fri Apr 20 11:15:13 CDT 2018


André Hentschel <nerv at dawncrow.de> writes:

> @@ -165,6 +165,7 @@ private void createProgressDialog( final int max, final String message )
>      private final boolean isFileWanted( String name )
>      {
>          if (name.equals( "files.sum" )) return true;
> +        if (name.startsWith( "prefix/" )) return true;
>          if (name.startsWith( "share/" )) return true;
>          if (name.startsWith( Build.CPU_ABI + "/system/" )) return false;
>          if (name.startsWith( Build.CPU_ABI + "/" )) return true;

I'm not sure it's a good idea to overwrite the prefix files. How are you
planning to use this?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list