diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-03-09 21:21:43 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-03-09 21:22:29 +0100 |
commit | 26084fd722ebd2a92d3e5915c32ee10bc1a16470 (patch) | |
tree | 031d3ba94149afbbba21355914b93c1e01b681ee | |
parent | af4562ac92eb78ccc84e9233e283de3c2f657824 (diff) | |
download | manifest-26084fd722ebd2a92d3e5915c32ee10bc1a16470.tar.gz manifest-26084fd722ebd2a92d3e5915c32ee10bc1a16470.tar.bz2 manifest-26084fd722ebd2a92d3e5915c32ee10bc1a16470.zip |
fix fetching of CyanogenMod/android_device_advent_vega
We don't support the advent_vega device anyway so I commented that part
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 9c42904..f4d68a0 100644 --- a/default.xml +++ b/default.xml @@ -25,7 +25,7 @@ <project path="device/common" name="device/common" /> <project path="device/generic" name="CyanogenMod/android_device_generic" remote="github" /> <project path="device/sample" name="device/sample" /> - <project path="device/advent/vega" name="CyanogenMod/android_device_advent_vega" remote="github" revision="master" /> + <!-- doesn't fetch <project path="device/advent/vega" name="CyanogenMod/android_device_advent_vega" remote="github" revision="master" /> --> <project path="device/commtiva/z71" name="CyanogenMod/android_device_commtiva_z71" remote="github" revision="master" /> <project path="device/geeksphone/one" name="CyanogenMod/android_device_geeksphone_one" remote="github" /> <project path="device/htc/ace" name="CyanogenMod/android_device_htc_ace" remote="github" /> |