Commit b69a6b95 authored by Hans Muller's avatar Hans Muller Committed by GitHub

pathname (#5319)

parent 5e2f0417
......@@ -267,9 +267,9 @@ Future<_ApkComponents> _findApkComponents(
components.icuData = new File('$enginePath/third_party/icu/android/icudtl.dat');
components.jars = <File>[
new File('$buildDir/gen/sky/shell/shell/classes.dex.jar')
new File('$buildDir/gen/flutter/sky/shell/shell/classes.dex.jar')
];
components.libSkyShell = new File('$buildDir/gen/sky/shell/shell/shell/libs/$abiDir/libsky_shell.so');
components.libSkyShell = new File('$buildDir/gen/flutter/sky/shell/shell/shell/libs/$abiDir/libsky_shell.so');
components.debugKeystore = new File('$enginePath/build/android/ant/chromium-debug.keystore');
} else {
Directory artifacts = tools.getEngineArtifactsDirectory(platform, buildMode);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment