Commit c1e0725d authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Fix Windows builds

Change-Id: Iceeba064e584300967e85fd691249239a00c262b
parent f89b55a7
......@@ -71,7 +71,7 @@ public class AttachNativeLibs implements Task {
String sourcePath;
String pathSuffix = context.getResources().getRuntimeFilesDir() + sourceDirName
+ File.separator + lib;
+ "/" + lib; // Java resource lookups always use "/"
if (context.getSimpleCompTypes().contains(type)) {
sourcePath = context.getResource(pathSuffix);
......
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