aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/smoke/android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/smoke/android/build.gradle b/demos/smoke/android/build.gradle
index d04ba8ee..9d6aba77 100644
--- a/demos/smoke/android/build.gradle
+++ b/demos/smoke/android/build.gradle
@@ -11,9 +11,9 @@ buildscript {
apply plugin: 'com.android.model.application'
def demosDir = "../.."
-def smokeDir = "${demosDir}/demos/Smoke"
+def smokeDir = "${demosDir}/Smoke"
def glmDir = "${demosDir}/../libs"
-def vulkanDir = "${demosDir}/../Vulkan-Docs/src"
+def vulkanDir = "${demosDir}/../include"
Properties properties = new Properties()
properties.load(project.rootProject.file('local.properties').newDataInputStream())