Commit 0fb35fad authored by Jason Simmons's avatar Jason Simmons Committed by GitHub

Update the local engine paths to match the latest build files (#6074)

parent 9e673853
......@@ -296,9 +296,9 @@ Future<_ApkComponents> _findApkComponents(
components.icuData = new File('$enginePath/third_party/icu/android/icudtl.dat');
components.jars = <File>[
new File('$buildDir/gen/flutter/sky/shell/shell/classes.dex.jar')
new File('$buildDir/gen/flutter/shell/platform/android/android/classes.dex.jar')
];
components.libSkyShell = new File('$buildDir/gen/flutter/sky/shell/shell/shell/libs/$abiDir/libsky_shell.so');
components.libSkyShell = new File('$buildDir/gen/flutter/shell/platform/android/android/android/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