summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2018-12-05 13:45:14 -0500
committerDavid Neto <dneto@google.com>2018-12-05 14:01:59 -0500
commitd2c97d86a205e3bb0a0281b714718148ddcb5265 (patch)
tree8f02e5010eb913273125ca4d355f8152ab61edaf
parentf44683ee8e44d45f5c53f104f805d7c67096004d (diff)
downloadmanifest-d2c97d86a205e3bb0a0281b714718148ddcb5265.tar.gz
Add platform/external/effcee and regex-re2
Needed for tests in SPIRV-Tools, which is built as part of the shader-tools module in the NDK build. Bug: b/119669330 Test: None Change-Id: Ic1e03506b3dd0b6b77240927bedaf09bd1150884
-rw-r--r--default.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index e451252c7..33ace41ef 100644
--- a/default.xml
+++ b/default.xml
@@ -10,6 +10,10 @@
<project path="bionic" name="platform/bionic" groups="presubmit" />
<project path="development" name="platform/development" groups="presubmit" />
+ <!-- Effcee is needed by tests in spirv-tools (in shader-tools) -->
+ <project path="external/effcee" name="platform/external/effcee" revision="master" />
+ <!-- RE2 is needed by Effcee -->
+ <project path="external/regex-re2" name="platform/external/regex-re2" revision="master" />
<!-- For lit.py, needed by the libc++ tests. -->
<project path="external/libcxx" name="platform/external/libcxx" revision="ndk" />
<project path="external/libcxxabi" name="platform/external/libcxxabi" revision="ndk" />