summaryrefslogtreecommitdiffstats
path: root/target/product
Commit message (Collapse)AuthorAgeFilesLines
* Remove VoicemailProvider.Flavio Lerda2011-09-141-1/+0
| | | | | | | Its code was merged with ContactsProvider. Bug: 5290063 Change-Id: I0cef43fe14a22f85bc77f7937e5fdbeffcd7f95b
* am ae55f41c: am 89ba0f7e: am 1615c2fc: Rename generic_arm5 to generic_armv5Brian Muramatsu2011-09-092-4/+4
|\ | | | | | | | | * commit 'ae55f41c5d74b1aa58ef5015c613541e77f55034': Rename generic_arm5 to generic_armv5
| * am 89ba0f7e: am 1615c2fc: Rename generic_arm5 to generic_armv5Brian Muramatsu2011-09-082-4/+4
| |\ | | | | | | | | | | | | * commit '89ba0f7e62e94fbe010bcf9aab3e1be035ffb44a': Rename generic_arm5 to generic_armv5
| | * am 1615c2fc: Rename generic_arm5 to generic_armv5Brian Muramatsu2011-09-082-4/+4
| | |\ | | | | | | | | | | | | | | | | * commit '1615c2fcb60c7164cd8629e8c78cef551ebd329a': Rename generic_arm5 to generic_armv5
| | | * Rename generic_arm5 to generic_armv5Brian Muramatsu2011-09-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Bug 5267392 Change-Id: I5129d5ba283e711a2cb5840fc0c9b707f653936a
* | | | am 5d16ff13: am 372a1e0b: am 31e27eeb: generic_arm5 productBrian Muramatsu2011-09-092-0/+27
|\ \ \ \ | |/ / / | | | | | | | | | | | | * commit '5d16ff13d7c6c3da38ba29a412d535221cee7a60': generic_arm5 product
| * | | am 372a1e0b: am 31e27eeb: generic_arm5 productBrian Muramatsu2011-09-072-0/+27
| |\ \ \ | | |/ / | | | | | | | | | | | | * commit '372a1e0ba362ba509d44a1ed4b8eb554b1da7180': generic_arm5 product
| | * | am 31e27eeb: generic_arm5 productBrian Muramatsu2011-09-072-0/+27
| | |\ \ | | | |/ | | | | | | | | | | | | * commit '31e27eebc3108d788d040228e5143df3e87b1424': generic_arm5 product
| | | * generic_arm5 productBrian Muramatsu2011-09-072-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5267392 Copied the prior generic product but tried to include Makefiles from the generic product when possible to avoid drifting. Change-Id: I7893adb65c37c1257bcb5224848f4cd7cd93d2f9
| | | * Switch Unbundled apps from generic.mk to full.mk.Ying Wang2011-07-111-2/+3
| | | | | | | | | | | | | | | | Change-Id: Ib0b84e041275a5ad389a122f0349a85008496be2
| | | * sdk: Add pc-bios files for IA qemu emulatorBruce Beare2011-07-071-0/+2
| | | | | | | | | | | | | | | | | | | | Orig-Change-Id: Ia919ff57295cd020810989f241da713210bc8720 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
| | | * x86: qemu emulator is the default build targetBruce Beare2011-07-072-37/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I200536d2d997eda6a6e62eaa9050269e3c7ff6c4 Orig-Change-Id: I1fc3cb491d593d3e28f90278cfc8de5d77852932 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com> Signed-off-by: Jun Nakajima <jun.nakajima@intel.com>
| | | * Add full_x86 product.Jean-Baptiste Queru2011-07-072-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By inheriting from full, this will be more self-maintaining, and automatically gets a better-configured variant (e.g. it has locales, a date format, etc...). Orig-Change-Id: I67b6c2d9f9b7d20cb89154906c3f3d6a5391c838
| | | * x86: sdk_x86 build targetBruce Beare2011-07-072-0/+29
| | | | | | | | | | | | | | | | | | | | Orig-Change-Id: I3876246ddf884ffd09ff0f8e3e300dffb4a332f0 Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
| | | * Minor cleanup - DO NOT MERGEJean-Baptiste Queru2011-07-072-4/+4
| | | | | | | | | | | | | | | | Orig-Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22
| | | * Clean up full config - DO NOT MERGEJean-Baptiste Queru2011-07-072-36/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This splits the existing full.mk in two parts: -One is the device-independent full_base.mk -The other is the emulator-specific device.mk This way we'll be able to inherit from full_base.mk for on-device builds without any emulator-specific files getting in the way. Change-Id: I7f8254bf8c1177594fbdfbdb082bdc429a4a5b25 Orig-Change-Id: Ieb1f4ed47988c8fff119ff53f1f374032da3752d
| | | * Make a full list of locales availableJean-Baptiste Queru2011-07-073-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use it for the sim build and full build. Change-Id: I0050f9ee10aafa96cb89cad5d3f492bb1839e331 Orig-Change-Id: I64dfa7ac1b374529ef5f0c1460dd35171311115e
| | | * Truly default to the full config.Jean-Baptiste Queru2011-07-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It is much better than generic for emulator-based work. Orig-Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
* | | | Replace GalleryNew3D with Gallery2 in AOSP.Owen Lin2011-09-012-2/+2
| | | | | | | | | | | | | | | | Change-Id: I61e35fa7e629872d2c961a8fa35d8068fb918cc6
* | | | Merge "Fix issue 5094017: Media server crashes on ISC emulator."Eric Laurent2011-08-221-0/+5
|\ \ \ \
| * | | | Fix issue 5094017: Media server crashes on ISC emulator.Eric Laurent2011-08-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add audio HAL and audio policy hardware module libraries to SDK image. Change-Id: I96501b1493974ac1738f194f9457461766ea4bff
* | | | | GPS Location Test Build ChangeDavid Hu2011-08-011-1/+2
|/ / / / | | | | | | | | | | | | | | | | | | | | Build GpsLocationTest.apk as part of the sdk build Change-Id: I4a8fff9fa952e127c39a8e8e3857e8f05b8912be
* | | | resolved conflicts for merge of 9b5447df to masterYing Wang2011-07-291-34/+36
|\ \ \ \ | |/ / / | | | | | | | | Change-Id: I1fe490a9e0bf01321c845ab0150fead06c16d68b
| * | | am 24cad7d4: Add iptables and ip6tables to core.mk.Ying Wang2011-07-291-23/+25
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '24cad7d4f7962d3413d520791cb2b8a5a5266f58': Add iptables and ip6tables to core.mk.
| | * | | Add iptables and ip6tables to core.mk.Ying Wang2011-07-291-23/+25
| | | | | | | | | | | | | | | | | | | | Change-Id: I1cb2be8a28013b20d1032a8d766021a2f4aca9e1
* | | | | Added power manager service library.Eric Laurent2011-07-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added library with native binder interface to PowerManagerService. Change-Id: Ic99efce5058b8c1a81ff277dfaa42f192441080c
* | | | | Merge "Add hostapd utility"Dmitry Shmidt2011-07-221-1/+2
|\ \ \ \ \
| * | | | | Add hostapd utilityDmitry Shmidt2011-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I88dadaa8226a4a15849c4267564992466f62def4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | | | | | Merge "Added ConnectivityTest package as part of the sdk build."David Hu2011-07-201-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Added ConnectivityTest package as part of the sdk build.David Hu2011-07-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I68f58ca02ca9b9f3606c9446e6b45c56725211c1
* | | | | | Add music effects control panel to the build.Marco Nelissen2011-07-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If4cccd929b103d43dcd48f9ad453e2f850061b5d
* | | | | | Merge "Added audio pre processing library"Eric Laurent2011-07-181-1/+2
|\ \ \ \ \ \
| * | | | | | Added audio pre processing libraryEric Laurent2011-07-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added wrapper library on top of webrtc audio processing modules. Change-Id: I72105accb5d2159d5d69d28ec5b557a888b06e63
* | | | | | | Remove Camera app from the generic build.Jean-Baptiste Queru2011-07-153-1/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That's because a camera isn't required for compatibility and some devices don't have a camera. Add the Camera app in the emulator builds, since the emulator does have a camera. Change-Id: I56a1fe9f703c3b05dec99200a9353d75338c5f40
* | | | | | Add in the variable speed library for use in the voicemail playback ui.Hugo Hudson2011-07-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The variable speed audio library has been added to frameworks/ex. Change-Id: Id4e3f8f3f36a504bed11026a9c5a05455c19cdf4
* | | | | | Merge "Added webrtc audio processing library"Eric Laurent2011-07-131-1/+2
|\ \ \ \ \ \
| * | | | | | Added webrtc audio processing libraryEric Laurent2011-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I50d013b4d0de4a3abf3258f713617761bbd01199
* | | | | | | Merge "Append the list of languages to the list of locales"Jean-Baptiste Queru2011-07-131-4/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Append the list of languages to the list of localesJean-Baptiste Queru2011-06-201-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That way, if we forget to update the list of locales, we still have a first-order approximation Change-Id: I0b1e6be73317743bf4295f29d6936992c59dc944
* | | | | | | Remove the simulator target from all makefiles.Jeff Brown2011-07-112-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 5010576 Change-Id: Ie814f4c8d3aa1e7cc7f5735822ab25542f36cf62
* | | | | | | Add PhotoEditor in AOSP buildsJean-Baptiste Queru2011-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If0a302701c4b6d2ebfb6b5dd6896d6717411553b
* | | | | | | Merge "Add Bluetooth health to the PRODUCT_PACKAGE."Jaikumar Ganesh2011-07-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add Bluetooth health to the PRODUCT_PACKAGE.Jaikumar Ganesh2011-07-071-0/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: Ifb668f74c09a321eea9d2785f7574cd637aff092
* | | | | | | Add VideoEditor to full buildsJean-Baptiste Queru2011-07-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaaecaa24b25c67642197d4926aa7f350991abf60
* | | | | | | Add mobile filter framework java library to core target files.Eino-Ville Talvala2011-07-011-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Change-Id: Ia4892d8c49be905ec68423224ca44c8558edbdb8
* | | | | | Merge "Add layoutlib-tests to sdk build."Brett Chabot2011-06-211-1/+2
|\ \ \ \ \ \
| * | | | | | Add layoutlib-tests to sdk build.Brett Chabot2011-06-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9087da4484b23f8eb0602210006038a395047a79
* | | | | | | Merge "Expand the full languages list to include the new locales."Eric Fischer2011-06-201-4/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Expand the full languages list to include the new locales.Eric Fischer2011-06-171-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I20ee5547109d6fd70a00d5661f7242f37e17bde5
* | | | | | | Merge "fix broken build rules for host VM."Ryo Fujii2011-06-171-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |