summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdy Abraham <adyabr@google.com>2019-06-05 18:35:19 -0700
committerAdy Abraham <adyabr@google.com>2019-06-10 18:57:28 +0000
commit78559d40f8ee56e0a9185c1b5080fd64ed78ac46 (patch)
tree400bd3190615ea9eecc6da407b03e89026f101c7
parent40cecc4040c49dfff811fe75a3592bc75d45a3b0 (diff)
downloadmanifest-78559d40f8ee56e0a9185c1b5080fd64ed78ac46.tar.gz
add repohooks to gamesdk manifest
Test: upload dummy cl and verify presubmit hooks run Change-Id: I6fa356be388ae70a2b0ccac254eaf239dd9d7ab0
-rw-r--r--default.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 461e0d2a2..ead917c50 100644
--- a/default.xml
+++ b/default.xml
@@ -31,5 +31,10 @@
<!-- Other tool packages required by the build system -->
<project path="prebuilts/cmake/linux-x86" name="platform/prebuilts/cmake/linux-x86" />
+ <!-- Repo hooks -->
+ <project path="tools/repohooks" name="platform/tools/repohooks" />
+ <repo-hooks in-project="platform/tools/repohooks" enabled-list="pre-upload" />
+
+
</manifest>