Skip to content

Commit fb1cde4

Browse files
Android build: changed build folder paths to .build and .build/.cxx
1 parent e47960a commit fb1cde4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

NativeApp/Android/android_common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ android {
1111
}
1212
}
1313

14-
buildDir "${project.rootDir}/build/${project.name}"
14+
buildDir "${project.rootDir}/.build/${project.name}"

NativeApp/Android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
cmake {
2323
version '3.10.2'
2424
path '../../../CMakeLists.txt'
25-
buildStagingDirectory "${project.rootDir}/build/cxx"
25+
buildStagingDirectory "${project.rootDir}/.build/.cxx"
2626
}
2727
}
2828

0 commit comments

Comments
 (0)