summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-12-17 21:49:17 -0500
committerSteve Kondik <steve@cyngn.com>2015-12-17 21:49:17 -0500
commitb0869e681a417982b013d2031f52cd72971193e8 (patch)
tree4de25a63d2a8573d9029dc58284aedbbe4e68cf9
parent0356f020fc1a39eeca86c618ea887b688259c4db (diff)
downloadandroid-b0869e681a417982b013d2031f52cd72971193e8.tar.gz
android-b0869e681a417982b013d2031f52cd72971193e8.tar.bz2
android-b0869e681a417982b013d2031f52cd72971193e8.zip
Point manifest at official CTS release branch
* The current branch tagged as 6.0.1_r3 is NOT the current release. * WWJBQD? * We almost always want to be using the release version as a reference, so just point to AOSP. Change-Id: I965f547747460919c22a2563b108707bc6ca9ae1
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 12d16fb9..2f5f64d0 100644
--- a/default.xml
+++ b/default.xml
@@ -27,7 +27,7 @@
<project path="art" name="CyanogenMod/android_art" groups="pdk" />
<project path="bionic" name="CyanogenMod/android_bionic" groups="pdk" />
<project path="bootable/recovery" name="CyanogenMod/android_bootable_recovery" groups="pdk" />
- <project path="cts" name="CyanogenMod/android_cts" groups="cts,pdk-cw-fs,pdk-fs" />
+ <project path="cts" name="platform/cts" groups="cts,pdk-cw-fs,pdk-fs" revision="marshmallow-cts-release" remote="aosp" />
<project path="development" name="CyanogenMod/android_development" groups="pdk-cw-fs,pdk-fs" />
<project path="device/common" name="CyanogenMod/android_device_common" groups="pdk-cw-fs,pdk-fs" />
<project path="device/generic/arm64" name="CyanogenMod/android_device_generic_arm64" groups="pdk" />