Skip to content

Commit a4a9e55

Browse files
committed
don't copy arcore library to build folder
1 parent f504e65 commit a4a9e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/src/processing/mode/android/AndroidBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ private void copyImportedLibs(final File libsFolder,
925925
// Skip the GVR jars, because the gradle will resolve the dependencies
926926
if (appComponent == VR && exportName.toLowerCase().startsWith("sdk-")) continue;
927927

928-
if (appComponent == AR && exportName.toLowerCase().startsWith("sdk-")) continue;
928+
if (appComponent == AR && exportName.toLowerCase().startsWith("core-")) continue;
929929

930930
if (!exportFile.exists()) {
931931
System.err.println(exportFile.getName() +

0 commit comments

Comments
 (0)