aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-04-19 09:27:01 -0500
committerTobin Ehlis <tobine@google.com>2016-04-19 12:44:03 -0600
commit41e06f6327c8afe18cc9d4e5c4bbe6338303f09e (patch)
treed66af3fddc3b179514bcba909872633846ec92a0
parent7b44e36c766ece7f1501d7706635a78113ff6533 (diff)
downloadusermoji-41e06f6327c8afe18cc9d4e5c4bbe6338303f09e.tar.xz
demos: Fix paths in gradle file.
-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())