summaryrefslogtreecommitdiffstats
path: root/target/product/full.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove Camera package (it's merged into Gallery package).Chih-Chung Chang2012-03-081-3/+0
| | | | Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a
* Remove Camera app from the generic build.Jean-Baptiste Queru2011-07-151-0/+3
| | | | | | | | | | 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
* Improve setup of base products.Jean-Baptiste Queru2010-10-221-12/+4
| | | | | | | | | | | | | Split telephony into its own product, so that we can easily add telephony support to any configuration without pulling anything else. Use it from generic. Split the "full" family between a (no-telephony) base, a telephony version of the same (both of which can be used as a starting point for on-device builds), and the true classic full which is an emulator build. Change-Id: I616d34f2a29415b8ec997173f8e893c312ade5c2
* am 0332f0ac: Truly default to the full config.Jean-Baptiste Queru2010-10-221-2/+2
|\
| * Truly default to the full config.Jean-Baptiste Queru2010-10-221-2/+2
| | | | | | | | | | | | It is much better than generic for emulator-based work. Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
| * Add TTS language files to the full build.Jean-Baptiste Queru2010-10-061-1/+3
| | | | | | | | | | Bug: 3065214 Change-Id: I5c324965e693fe26d686b92d869e33facc92c762
* | Add a new layer generic_no_telephony.mkYing Wang2010-09-211-21/+3
| | | | | | | | | | Bug: 2994028 Change-Id: I2a1831bb8dd1245c6cc0116738c118fe895b6e43
* | Use all known locales in full buildJean-Baptiste Queru2010-08-101-6/+4
|/ | | | | | Also use more audio files Change-Id: Iab42123239c30012b0d918b5a4b484b5fc878faf
* Add extra IMEs in the full configJean-Baptiste Queru2010-04-051-1/+6
| | | | | Bug: 2556582 Change-Id: I46de0d6d7755b169acaa7689de4ddadb0df9c41f
* Add separate language packs, for extra flexibility.Jean-Baptiste Queru2010-03-261-3/+4
| | | | | | | | This way, languages can be managed more carefully through the inheritance chain. Bug: 2546758 Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612
* Add a "full" build config.Jean-Baptiste Queru2010-03-221-0/+51
While the generic config is limited by its need to be inherited by various configurations, the full config can afford some extra settings by virtue of being essentially a "leaf" config (though obviously it can be conbined with hardware-specific configurations to run on specific devices). Bug: 2533998 Change-Id: Ia95f0ce5305ada4ae6cdf69911fa9a0eeabf0900