This commit is contained in:
Hans Muller
2016-08-10 11:40:39 -07:00
committed by GitHub
parent 5e2f04173a
commit b69a6b95c5

View File

@@ -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);