summaryrefslogtreecommitdiffstats
path: root/default.xml
Commit message (Collapse)AuthorAgeFilesLines
* android-6.0.1_r13 -> android-6.0.1_r17staging/cm-13.0+r22Jessica Wagantall2016-03-071-1/+1
| | | | | Change-Id: Idc34cda3bda931bb4f0b7ddcc4b11729378b96e3 Ticket: CYNGNOS-1854
* manifest: Fork dalvik to CM.Adnan Begovic2016-03-031-1/+1
| | | | | | | | | Since test coverage verification through cts requires static analysis through dexdeps, fork dalvik to be able to modify the tools. Change-Id: I5c791126b310d3d9f4c3d270e5c9f1a2c52e3b21 TICKET: CYNGNOS-2189
* Remove projects that do not have any files and last commit was more than two ↵Xin Li2016-02-151-10/+0
| | | | | | | years old. BUG: 26831697 Change-Id: I908209a5b5d80431c49859e23312d66d749aa7e7
* android-6.0.1_r10 -> android-6.0.1_r13zeeshanhussain2016-02-021-1/+1
| | | | | Change-Id: I76251154ff309f3015bd8659e55d47a52cd47294 Signed-off-by: zeeshanhussain <zeeshanhussain12@gmail.com>
* Add UICommoncretin452016-01-151-0/+1
| | | | Change-Id: Ib11d5b117cdf26149ff55d6a0c2e7a1a2ea4ff13
* Use 3 more of our own intel repos (psb_headers, omx-components, libva)Christopher R. Palmer2016-01-131-3/+3
| | | | Change-Id: Ifae3815481068c25b9253613162f37860de196f6
* manifest: move mips prebuilts into notdefaultArnav Gupta2016-01-121-2/+2
| | | | | | | | | | There aren't any MIPS devices regularly build on CM trees, and not syncing them by default reduces a significant transfer bandwidth and storage space for home builders. Change-Id: I61798c66defa0e30d617bec1546e55880d43a445 Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
* Add QC dataservices by defaultEthan Chen2016-01-091-0/+1
| | | | Change-Id: Id97812c382fc1ea275273f77b472026b0bb95224
* android-6.0.1_r3 -> android-6.0.1_r10HridayHS2016-01-081-1/+1
| | | | | Change-Id: I16ecd0b4481ee8b279d59b5085d109384d86913b Signed-off-by: HridayHS <hridaysharma42@gmail.com>
* cm: Remove qcom/opensource/display-frameworksSteve Kondik2016-01-081-1/+0
| | | | | | * Deprecated upstream. Change-Id: I9d331a857996ca9031b2a33303b8e77a06a9b4c7
* Add Snap camera to main manifestMichael Bestas2016-01-071-0/+1
| | | | | | * This app can be enabled per device, replacing AOSP Camera2 Change-Id: I32c1e8ed9c3405741e8f04980f83fd26699e3ff3
* Sorry BusyBox, you've been disrupted.Steve Kondik2016-01-061-1/+0
| | | | | | | | | | | | | | | | | * Android has fully embraced Toybox in AOSP to replace most of Toolbox and provide a semi-functional commandline environment. * We are currently using the master branch of AOSP, with a few of our own changes. This covers about 90% of the cases where Busybox was used. For the remaining stuff (compression tools, etc) I've brought in extra packages or other fixes in order to cover the gaps. * I suspect this will be controversial, but at this point BusyBox is deprecated and Toybox is the future. * Thank you to everyone (Tanguy, the Android x86 team, Dan, etc) who have maintained this port to Android over the years! Change-Id: I74627a294bb198b28d6727e9b78b72582b1b0ad3
* Use clone-depth="1" for all pre-built projects.Xin Li2016-01-041-31/+31
| | | | | | Tested with repo sync and saves about 20% of space. Change-Id: I10985ffcb1a0ae2309d9ac9408dcea4bfff17caa
* manifest: Add msm8952 HALsEthan Chen2015-12-301-0/+3
| | | | Change-Id: I899a907c52b163a531ff76d1ec4ec0bd5c2bd28e
* Point manifest at official CTS release branchSteve Kondik2015-12-171-1/+1
| | | | | | | | | * 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
* Update for 6.0.1_r3Steve Kondik2015-12-071-1/+1
| | | | Change-Id: I8620c8b2c5554e5d56f48b86a5bc203c45b233be
* Use our own intel hardware psb_video and libwsbmJason Riordan2015-11-271-2/+2
| | | | Change-Id: Ie4dccbe155ef6313f4bc6c3717c4e96f605bf21e
* Revert "Revert "manifest: add msm8996 hals""Abhisek Devkota2015-11-251-0/+3
| | | | | | This reverts commit 595d6f011dce1bc8aa7218347e63d11f6151bfe2. Change-Id: I2518acaaac6639babd963da0e93096f91bbdf79c
* Revert "manifest: add msm8996 hals"Abhisek Devkota2015-11-251-3/+0
| | | | | | This reverts commit 5bc6645303efba6b0b74ca8b79d0df7ba88d73b1. Change-Id: I12638347a581e5f97363715943b0759fd21d6981
* manifest: add msm8996 halsScott Mertz2015-11-251-0/+3
| | | | Change-Id: I540f9499ab479c4e02387da5c01b2f9aa91c568a
* manifest: add 'CyanogenMod/android_hardware_qcom_fm'Matt Wagantall2015-11-231-0/+1
| | | | | | This is required for FM Radio operation on Qualcomm chipsets. Change-Id: I5831bf9694aa555762a803eb6561d937dfbc2402
* manifest: only clone latest rev of chromium prebuiltsArnav Gupta2015-11-201-1/+1
| | | | | Change-Id: Iae741ac277e3f97028a05e01897042fb0f79c481 Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
* Add Screencast to main manifestRicardo Cerqueira2015-11-191-0/+1
| | | | Change-Id: I7a7639d63c49d9f793f07768b392316cda0781f7
* Really remove lsofMichael Bestas2015-11-151-1/+0
| | | | Change-Id: I23033a14a55bcf049c071aafa6a81462e6e316b3
* cm: Add unzip and p7zipSteve Kondik2015-11-141-0/+2
| | | | Change-Id: I7bb68e313aa82c7c2b4f8ad2e028c0774c503f22
* Remove lsof, readd powertop, switch to our bzip2Steve Kondik2015-11-141-2/+2
| | | | Change-Id: Iccfd9919c4571b034811a4d760e1c1969b2f2dc7
* Revert "manifest: remove external/connectivity"Michael Bestas2015-11-111-0/+1
| | | | | | | | | | * The original commit message was misleading, this is a CAF repo and is needed to build libcnefeatureconfig for most recent qcom SoCs * It no longer depends on libstlport This reverts commit 2ff368fe01b5f64c04863f90c83f6e0f4b8f5ee0. Change-Id: I1690d32a76e1cbf8b847fe04a926de964fd8cb5a
* Switch to our Toybox forkSteve Kondik2015-11-081-1/+1
| | | | Change-Id: I237620f524d8b5a16b6a9eee16b70ad1599e1ed9
* Use our copy of libavcSteve Kondik2015-11-071-1/+1
| | | | | | * Bring in crash fixes from master Change-Id: I045ff0325961d39998a42475f8085a292e2fda43
* Remove Dagger + dependenciesSteve Kondik2015-11-051-5/+0
| | | | Change-Id: I71876ed3817e6bff1448e64fd31b9eef56bbd9e0
* Add hardware/qcom/msm8994Abhisek Devkota2015-11-051-0/+1
| | | | Change-Id: I6a88664b252f003b0d507b93b42a4ba434a79919
* Switch to CyanogenMod external/gptfdiskTom Marshall2015-11-051-1/+1
| | | | Change-Id: I404b2da04345c8dfd7a815272c44f0f1d8e9e68e
* android-6.0.0_r5 -> android-6.0.0_r26Ricardo Cerqueira2015-11-051-1/+1
| | | | | | Switching to the marshmallow-dr-release track Change-Id: Ia8df1b9bc65826b3cb84a7c19daeeabffe8cde4a
* Switch to CyanogenMod/android_external_android-clatSteve Kondik2015-11-041-1/+1
| | | | Change-Id: I0f398af476751f3030ccd2a36a6c9cd1cf5afd78
* intel: Use our own hw projects for hwc & libmixJason Riordan2015-11-041-2/+2
| | | | Change-Id: I6f33bda5fcf1d4ab369110d1337a689ac853f802
* android-6.0.0_r1 -> android-6.0.0_r5Ricardo Cerqueira2015-11-031-1/+1
| | | | Change-Id: I879739ac231ce499c871402919fe600fd11910a2
* Update manifestMichael Bestas2015-11-031-6/+5
| | | | | | | | * Alphabetize * Remove no longer used CMHome * Switch to forked BookmarkProvider/CallLogProvider Change-Id: I47c3693c2500124a28bafa9283f4ce7e4d3aab42
* manifest: Point to CM forks of CarrierConfig, ExactCalculator.Adnan Begovic2015-11-021-3/+2
| | | | Change-Id: Idf650f9f384129c2310fb65ed72b5ec7cf500abb
* manifest: Switch to new shiny messaging app from AOSP.Adnan Begovic2015-11-021-1/+1
| | | | Change-Id: I9dfb141c7dccd55d7e8f2e4a19559184416a9175
* Cleanup manifestMichael Bestas2015-10-281-132/+125
| | | | | | | | | | | | | | | | * Sort * Update groups from AOSP * Remove projects that were removed from AOSP or were unused: external/dropbear external/qrngd hardware/nvidia/tegra124 * Remove some ancient/unused projects: packages/apps/LegacyCamera packages/apps/Phone packages/apps/QuickSearchBox packages/providers/ApplicationsProvider Change-Id: I8ef5f29705cc0cab77f5b42b12d13b925de07d8a
* Track external/yaffs2Michael Bestas2015-10-281-0/+1
| | | | Change-Id: Id5b3d6ccdd13b74658bafc9f12a8405274232e1e
* manifest: Enable Messaging app.Adnan Begovic2015-10-281-1/+1
| | | | Change-Id: I88b7f8a1cbd3ed7c757ad9ef5628da597853321b
* Themes: Re-enable ThemeChooser and ThemesProviderd34d2015-10-271-2/+2
| | | | Change-Id: Ie002a2f726ca13207d07f53efd1756766c771efa
* manifest: Use our elfutils.Adnan Begovic2015-10-191-1/+1
| | | | Change-Id: I5131f359c486cb401f34fb293f7ebcc8b8f8ed28
* Include mm-dash in the default manifestMichael Bestas2015-10-171-0/+1
| | | | | | * Now that most new qcoms use mm-dash, it makes sense to sync it by default Change-Id: I43531d3bf01c7b11951b8fc74d0eca1ec1591d93
* cm: Add CAF bt-vendor variantSteve Kondik2015-10-161-0/+1
| | | | Change-Id: I70dec38d3fc22e1530c23bd0b4b6ce0446534eba
* manifest: Remove Mms from manifest temporarily.Adnan Begovic2015-10-161-1/+1
| | | | Change-Id: I6ff39e687be47395827cd07acda66e7e55e1ebf5
* Add CAF branch of hardware/qcom/wlanLuK13372015-10-141-0/+1
| | | | Change-Id: I59458ebe8cd3e6c2136da734ba801b9dfada2b8f
* manifest: Switch 8960 to cm-13.0 HALsEthan Chen2015-10-131-3/+3
| | | | Change-Id: I1e2fd9b118815685dbd0467e86c5a77f16fcb3a8
* manifest: Switch 8084 to cm-13.0 HALsEthan Chen2015-10-131-3/+3
| | | | Change-Id: I50a40d0d76aaf6fa9392c5898625e113a87594b0