aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2017-11-16 13:51:17 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2017-11-16 13:51:17 +0200
commit00d136d19774c6856de553ce955c92feb6be92a4 (patch)
treea3565489f68449302b91d4ebb44cd7f8ab84a598 /Software
parent914f4db513477d9aff726546bac47545195a3e37 (diff)
downloadTango-00d136d19774c6856de553ce955c92feb6be92a4.tar.gz
Tango-00d136d19774c6856de553ce955c92feb6be92a4.zip
Fixed android build PMR event after folder rename.
Diffstat (limited to 'Software')
-rw-r--r--Software/Android_Studio/Tango.PMR/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Android_Studio/Tango.PMR/build.gradle b/Software/Android_Studio/Tango.PMR/build.gradle
index 8fc6f67db..d65ec1a97 100644
--- a/Software/Android_Studio/Tango.PMR/build.gradle
+++ b/Software/Android_Studio/Tango.PMR/build.gradle
@@ -37,7 +37,7 @@ dependencies {
task createPMR(type: Exec, description: 'Update all PMR files') {
- commandLine '..\\Visual Studio\\Build\\Debug\\proto-tc.exe', '-i', '..\\..\\PMR\\Messages', '-o', 'src\\main\\java', '-l', 'Java'
+ commandLine '..\\Visual_Studio\\Build\\Debug\\proto-tc.exe', '-i', '..\\..\\PMR\\Messages', '-o', 'src\\main\\java', '-l', 'Java'
ext.output = {
return standardOutput.toString()