Skip to content

Commit 693f2a2

Browse files
committed
set mobile assets dir
1 parent d43e6c3 commit 693f2a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
versionName "1.0"
2020
externalNativeBuild {
2121
cmake {
22-
arguments "-DANDROID_STL=c++_static"
22+
arguments "-DANDROID_STL=c++_static", "-DMOBILE_ASSETS_DIR=${System.getProperty("user.dir")}/app/src/main/assets"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)