summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Joseph Avila <tavila@google.com>2019-02-27 09:29:58 -0800
committerThomas Joseph Avila <tavila@google.com>2019-02-27 09:29:58 -0800
commit2d9b0d1ae51d5118f55dfe8c687bf4001b3493ae (patch)
tree0d12c11dffe8249d9cdf58e1045ec882492de5f6
parent57958d1817c7d129119db87202872d541ddd2fdd (diff)
downloadmanifest-2d9b0d1ae51d5118f55dfe8c687bf4001b3493ae.tar.gz
remove trailing backslash from the name of several projects.
Bug: 126525859
-rw-r--r--default.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/default.xml b/default.xml
index 248ae3837..cf112ea7b 100644
--- a/default.xml
+++ b/default.xml
@@ -9,11 +9,11 @@
sync-j="4" />
<!-- The SDK repository itself + external code dependencies -->
- <project path="gamesdk" name="platform/frameworks/opt/gamesdk/"/>
- <project path="external/protobuf/" name="platform/external/protobuf/"/>
- <project path="external/nanopb-c/" name="platform/external/nanopb-c/"/>
- <project path="external/modp_b64/" name="platform/external/modp_b64/"/>
- <project path="external/googletest/" name="platform/external/googletest/"/>
+ <project path="gamesdk" name="platform/frameworks/opt/gamesdk"/>
+ <project path="external/protobuf/" name="platform/external/protobuf"/>
+ <project path="external/nanopb-c/" name="platform/external/nanopb-c"/>
+ <project path="external/modp_b64/" name="platform/external/modp_b64"/>
+ <project path="external/googletest/" name="platform/external/googletest"/>
<!-- All the required releases of the Android NDK -->
<project path="prebuilts/ndk/r13" name="toolchain/prebuilts/ndk/r13" />