aboutsummaryrefslogtreecommitdiffstats
path: root/default.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix SDK build(this time it finally built)Denis 'GNUtoo' Carikli2011-04-241-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* fix droiddoc build(use the standard doclet to fix compilation)Denis 'GNUtoo' Carikli2011-04-231-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Fix skia build for SDKDenis 'GNUtoo' Carikli2011-04-231-1/+1
| | | | | | | | | | | | Without this fix the SDK fails to build with: external/skia/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.S: Assembler messages: external/skia/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.S:38: Error: selected processor does not support `uxth r0,r0' external/skia/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.S:40: Error: selected processor does not support `uxth r6,r6' external/skia/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.S:47: Error: selected processor does not support `uxth r9,r9' external/skia/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.S:49: Error: selected processor does not support `uxth r11,r11' make: *** [out/target/product/generic/obj/SHARED_LIBRARIES/libskia_intermediates/src/opts/S32_Opaque_D32_nofilter_DX_gether_arm.o] Error 1 Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Modified default.xml to use CM development/ file since the replicant ↵PaulK2011-04-221-1/+1
| | | | development/ files make conflicts.
* Modified default.xml to use the "replicant" branch for development since ↵PaulK2011-04-221-1/+1
| | | | there is no replicant-2.2 branch for development.
* Modified the manifest to use replicant files for development/ instead ofPaulK2011-04-211-1/+1
| | | | | | 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).
* fix fetching of CyanogenMod/android_device_advent_vegaDenis 'GNUtoo' Carikli2011-03-091-1/+1
| | | | | | We don't support the advent_vega device anyway so I commented that part Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch CMParts to replicant-2.2 to fix a compilation errorDenis 'GNUtoo' Carikli2011-02-241-1/+1
| | | | | | | | | | Without that patch we have errors like this one: packages/apps/CMParts/src/com/cyanogenmod/cmparts/activities/DisplayActivity.java:108: cannot find symbol symbol : variable ACCELEROMETER_ROTATE_180 location: class android.provider.Settings.System Settings.System.ACCELEROMETER_ROTATE_180, value ? 1 : 0); ^ Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* Add missing remote statementMichael Haas2011-01-131-1/+1
|
* Fix device/htc/buzz entry: add revision attributeMichael Haas2011-01-131-1/+1
|
* Update repo manifest to include HTC buzz (wildfire) stuffMichael Haas2011-01-131-1/+4
|
* add the akmd.free repository(to have rotation on nexusone and htc hero)Denis 'GNUtoo' Carikli2011-01-091-0/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch to our bionic version, in order to export the kernel changesDenis 'GNUtoo' Carikli2011-01-091-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch to our kenrel version, to fix the bug #11829 on nexusoneDenis 'GNUtoo' Carikli2011-01-091-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* fix fetch error: error: Cannot fetch ↵Denis 'GNUtoo' Carikli2011-01-071-1/+1
| | | | | | CyanogenMod/android_device_htc_passion-common Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* fix fetch error: Could not find Repository replicant/android_device_htc_passionDenis 'GNUtoo' Carikli2011-01-071-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch to replicant version of android_frameworks_base (needed for ↵Denis 'GNUtoo' Carikli2011-01-071-1/+1
| | | | | | libloc_api gps) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch to replicant's libloc_api gps librariesDenis 'GNUtoo' Carikli2011-01-061-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* switch nexusone(passion) to gitorious(we need that for ril and GPS)Denis 'GNUtoo' Carikli2011-01-061-2/+2
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* adding GPS support for htcdream needs to use a new ↵Denis 'GNUtoo' Carikli2011-01-061-1/+1
| | | | | | | | repository(android_hardware_libhardware_legacy) Without that commit the GPS support for htcdream is absent. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* add libhardware repository(to make copybits compile)Denis 'GNUtoo' Carikli2011-01-061-1/+1
| | | | | | | If we don't add that repository,msm copybits will fails to compile. copybits was modified to mitigate nexusone graphics bug(#11829) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* replicant-2.2: move hardware/ril to replicant repository(fix ↵Denis 'GNUtoo' Carikli2011-01-011-1/+1
| | | | USSD,PIN,network selection)
* replicant-2.2: move hardware/msm7k to replicant repository(fix sound routing)Denis 'GNUtoo' Carikli2011-01-011-1/+1
| | | | Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
* replicant-2.2: add new repo for enabling free rilDenis 'GNUtoo' Carikli2011-01-011-1/+1
| | | | This fix the issue when the free ril was not used
* replicant: switch to replicant version of cyanogen vendorDenis 'GNUtoo' Carikli2011-01-011-1/+3
| | | | | | | This fix initial building of replicant: make: *** No rule to make target `vendor/cyanogen/proprietary/RomManager.apk', needed by `out/target/product/passion/system/app/RomManager.apk'. Stop. make: *** Waiting for unfinished jobs.... is now fixed
* Use froyo-stable branch of kernel.Steve Kondik2010-12-241-1/+1
| | | | Change-Id: I0ab3ad9914c78654872c46c9d57d69c4c505d4c0
* Revert "Use froyo branch of stlport"Steve Kondik2010-12-231-1/+1
| | | | | | This reverts commit 7030b050c78cb3ef492d7bb6730e1d881be98278. Change-Id: I592f7d960dda2e43bdacb648983436a783fc719f
* Use froyo branch of stlportSteve Kondik2010-12-191-1/+1
| | | | Change-Id: I52199a3058a3138730cc9f863e143d348303429d
* herringKoushik Dutta2010-12-161-0/+1
| | | | Change-Id: Id6331f1c58e14ed54cd69eb7279d00f6f3de68a1
* Add CMUpdateNotify.Chris Soyars2010-12-121-0/+1
|
* Use froyo branch for CMParts and TorchSteve Kondik2010-12-121-2/+2
| | | | Change-Id: Ia9d5f4dacf30e4a3b6d040b5165ee3708a652a0d
* Remove CMGapps.Steve Kondik2010-12-121-1/+0
| | | | Change-Id: Iaab89985b7bf57c59338af7ea14ac94348260ad5
* Add CMGapps.Chris Soyars2010-12-121-0/+1
|
* Move heroc repo to CM orgSteve Kondik2010-12-051-1/+1
| | | | Change-Id: I3b7cc63f51e5dafbe0f1b7d33f1d00747b56666e
* vegaKoushik Dutta2010-11-291-0/+1
| | | | Change-Id: I7dfd3a14c4d0bd344a8622c8e75e72ceff0ab3a6
* Add the android repo into the manifest, so the gerrit repo remote is ↵Koushik Dutta2010-11-281-0/+2
| | | | | | automatically set up and usable via repo upload. Change-Id: I58221bd63a6db173e1e0868dd552bae392331911
* Add ace.Koushik Dutta2010-11-271-0/+1
| | | | Change-Id: I01c25b437a944cd5312e4c4b757b82ed5faf477c
* Use android-msm-2.6.35-unified kernel branch \o/Steve Kondik2010-11-251-1/+1
|
* Use hardware/ril on GithubSteve Kondik2010-11-231-1/+1
|
* Add NVidia Harmony device.Steve Kondik2010-11-191-0/+1
|
* backflip and cliqKoushik Dutta2010-11-171-1/+2
|
* use our repo for glacier and htc/commonKoushik Dutta2010-11-171-1/+2
|
* backflipKoushik Dutta2010-11-171-0/+1
|
* kyocera m6000Koushik Dutta2010-11-171-0/+1
|
* Use strace repo on Github (thanks kernelzilla)Steve Kondik2010-11-161-1/+1
|
* Fix revision for z71Ricardo Cerqueira2010-11-061-1/+1
|
* Add Commtiva Z71 deviceRicardo Cerqueira2010-11-061-0/+1
|
* Add GeeksPhone ONE device, TSLib and TSCalibration.Steve Kondik2010-10-291-0/+3
|
* Add HTC Buzz (Wildfire) device.Steve Kondik2010-10-291-0/+1
|
* Add AndroidTerm repository (forked from jackpal)Steve Kondik2010-10-221-0/+1
|