diff options
author | PaulK <contact@paulk.fr> | 2011-04-21 21:52:30 +0200 |
---|---|---|
committer | PaulK <contact@paulk.fr> | 2011-04-21 21:52:30 +0200 |
commit | 5ed3449ea4e597ef9f24bf43c46c27c5eee4fe03 (patch) | |
tree | 5b00bbb98f7a63c2d821bf74c89cb820c07ace87 | |
parent | 26084fd722ebd2a92d3e5915c32ee10bc1a16470 (diff) | |
download | manifest-5ed3449ea4e597ef9f24bf43c46c27c5eee4fe03.tar.gz manifest-5ed3449ea4e597ef9f24bf43c46c27c5eee4fe03.tar.bz2 manifest-5ed3449ea4e597ef9f24bf43c46c27c5eee4fe03.zip |
Modified the manifest to use replicant files for development/ instead of
CyanogenMod files since replicant files contain a bug fix for the
developement/build/sdk.atree file (which does not select all the needed files
to create the sdk zip file in the CyanogenMod version).
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index f4d68a0..ce64ec1 100644 --- a/default.xml +++ b/default.xml @@ -20,7 +20,7 @@ <project path="bootable/recovery" name="CyanogenMod/android_bootable_recovery" remote="github" /> <project path="dalvik" name="CyanogenMod/android_dalvik" remote="github" /> - <project path="development" name="CyanogenMod/android_development" remote="github" /> + <project path="development" name="replicant/development" remote="gitorious" revision="replicant-2.2" /> <project path="device/common" name="device/common" /> <project path="device/generic" name="CyanogenMod/android_device_generic" remote="github" /> |