Replace the sdk repository reference with a hard sha reference

The tag apparently has different meanings/contents in different
google mirrors for this particular repo... FUN!

Change-Id: I5f9335af4da7114d83457ca041026f3be99c32ce
This commit is contained in:
Ricardo Cerqueira 2013-11-06 23:19:24 +00:00
parent c6643293ad
commit f3a60a7087
1 changed files with 2 additions and 1 deletions

View File

@ -442,7 +442,8 @@
<project path="prebuilts/python/linux-x86/2.7.5" name="platform/prebuilts/python/linux-x86/2.7.5" groups="linux" remote="aosp" revision="refs/tags/android-4.4_r1" />
<project path="prebuilts/qemu-kernel" name="platform/prebuilts/qemu-kernel" remote="aosp" revision="refs/tags/android-4.4_r1" groups="pdk" />
<project path="prebuilts/runtime" name="platform/prebuilts/runtime" remote="aosp" revision="refs/tags/android-4.4_r1" />
<project path="prebuilts/sdk" name="platform/prebuilts/sdk" remote="aosp" revision="refs/tags/android-4.4_r1" groups="pdk" />
<!-- apparently, requesting the tag is randomly returning bad results on this one... fix whenever we update tags -->
<project path="prebuilts/sdk" name="platform/prebuilts/sdk" remote="aosp" revision="b52073d9cb1b044f4701bfc32e60b927323740fb" groups="pdk" />
<project path="prebuilts/tools" name="platform/prebuilts/tools" remote="aosp" revision="refs/tags/android-4.4_r1" groups="pdk,tools" />
<project path="sdk" name="CyanogenMod/android_sdk" />
<project path="system/core" name="CyanogenMod/android_system_core" groups="pdk" />