summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Dorokhine <adorokhine@google.com>2020-03-02 15:44:00 -0800
committerAlexander Dorokhine <adorokhine@google.com>2020-03-03 14:14:26 -0800
commitb06544a7c0db80b8f4caa984a1e93e71289ec3da (patch)
tree6e75a2e56f0463da2367378bd5d7ed028def4482
parent368e1e5cdd5d4d37683d5356c8c5aa6ddd0ad3c8 (diff)
downloadmanifest-b06544a7c0db80b8f4caa984a1e93e71289ec3da.tar.gz
Pin CMake to 3.10.2 for androidx-master-dev.
This is the CMake version supported by the external NDK. For the current HEAD CMake (3.16), gradle crashes with this output: Could not determine the dependencies of task 'generateJsonModelRelease'. > Invalid revision: 3.16.4-gb714ebc Bug: 149853706 Change-Id: I4725b4facdf1ff94834a8efd7d732c4c03c7869a
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 63f0e2423..0860eb4f6 100644
--- a/default.xml
+++ b/default.xml
@@ -89,7 +89,7 @@
<project
path="prebuilts/fullsdk-darwin/cmake"
name="platform/prebuilts/cmake/darwin-x86"
- revision="master"
+ revision="fc59035d8c856055f2a263dc8a2f9de96c959cc2"
groups="notdefault,platform-darwin"
clone-depth="1" />
<!-- SDK dependencies (linux) -->
@@ -127,7 +127,7 @@
<project
path="prebuilts/fullsdk-linux/cmake"
name="platform/prebuilts/cmake/linux-x86"
- revision="master"
+ revision="de5fa1c66d3bdcbf2bbc62d2504ec6b0b0fb74e1"
groups="notdefault,platform-linux"
clone-depth="1" />
<!-- END dependencies -->