summaryrefslogtreecommitdiff
path: root/benchmark/android/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/android/app/build.gradle')
-rw-r--r--benchmark/android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/android/app/build.gradle b/benchmark/android/app/build.gradle
index d355286585..d33d19d66f 100644
--- a/benchmark/android/app/build.gradle
+++ b/benchmark/android/app/build.gradle
@@ -33,7 +33,7 @@ android {
externalNativeBuild {
cmake {
version '3.10.2'
- path '../../../next/CMakeLists.txt'
+ path '../../../CMakeLists.txt'
}
}
buildTypes {