History log of /build/target/product/full.mk
Revision Date Author Comments
a125a3b8a0c95a3031b1b6b3a2cc073c596b904d 08-Mar-2012 Chih-Chung Chang <chihchung@google.com> Remove Camera package (it's merged into Gallery package).

Change-Id: I6808438055d256bd5e2ac607ccafe5c9e5e9311a
2c6a62f8fbfdc4db9cf0a20aab005b1b99bb0988 16-Jul-2011 Jean-Baptiste Queru <jbq@google.com> Remove Camera app from the generic build.

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
c30945757c0763a31410edb2f9acacab0a46a198 23-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Minor cleanup - DO NOT MERGE

Orig-Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22
79feb857d025ab9d97dad97c72fb800bd7eb139d 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Clean up full config - DO NOT MERGE

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
e050219f1f9b22eff8023bb937aef123e7a8c7f2 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Make a full list of locales available

Use it for the sim build and full build.

Change-Id: I0050f9ee10aafa96cb89cad5d3f492bb1839e331
Orig-Change-Id: I64dfa7ac1b374529ef5f0c1460dd35171311115e
8a545e04ee862f88284ea122c3ddc402419cb689 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Truly default to the full config.

It is much better than generic for emulator-based work.

Orig-Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
cfbcd758d8200d218e777be69cf8fc67a05e6a00 23-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Improve setup of base products.

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
68f21cdc71b9ad7362e4f7c22d44a601c9e58f07 23-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Minor cleanup - DO NOT MERGE

Change-Id: I0fc4e3c45ae5a545f1a02ed974bc3c7500286e22
dd46ad41ff300708ce2fd143dc629c65f8c7c5f5 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Clean up full config - DO NOT MERGE

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: Ieb1f4ed47988c8fff119ff53f1f374032da3752d
e67944ee126df1454ff9525927e3cc552c617ab3 22-Oct-2010 Ying Wang <wangying@google.com> Switch Unbundled apps from generic.mk to full.mk.

Change-Id: I7aaaef8f2032590d55ccec77621c6b3f4c121f9a
8928ef8b4cc46bf9c5be3466ad8cb4ab40bb8a2c 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Make a full list of locales available

Use it for the sim build and full build.

Change-Id: I64dfa7ac1b374529ef5f0c1460dd35171311115e
0332f0ac1ec69082d337e9990b964b883e5cf689 22-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Truly default to the full config.

It is much better than generic for emulator-based work.

Change-Id: I8b69b208bc4969d3f95c3467ca6737de8fd9460d
0b44f50d5f31d9f9a6b31d1bf655cf88490b0fc6 06-Oct-2010 Jean-Baptiste Queru <jbq@google.com> Add TTS language files to the full build.

Bug: 3065214
Change-Id: I5c324965e693fe26d686b92d869e33facc92c762
03e76ace38fde4ab1719a9702bb6e5d9185caaae 22-Sep-2010 Ying Wang <wangying@google.com> Add a new layer generic_no_telephony.mk

Bug: 2994028
Change-Id: I2a1831bb8dd1245c6cc0116738c118fe895b6e43
7cf12140939e9cf4e9beb3290d41ab3d9ea19669 10-Aug-2010 Jean-Baptiste Queru <jbq@google.com> Use all known locales in full build

Also use more audio files

Change-Id: Iab42123239c30012b0d918b5a4b484b5fc878faf
43e31a2056879ad05c3d4706ff21d28375dfc7bc 30-Mar-2010 Jean-Baptiste Queru <jbq@google.com> Add extra IMEs in the full config

Bug: 2556582
Change-Id: I46de0d6d7755b169acaa7689de4ddadb0df9c41f
7d9876b05ed45b96c1a715ff9e32293a8ea68bd0 26-Mar-2010 Jean-Baptiste Queru <jbq@google.com> Add separate language packs, for extra flexibility.

This way, languages can be managed more carefully through
the inheritance chain.

Bug: 2546758
Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612
2b9b4d036334f99aa2355b478b179e4dbe23fa0a 22-Mar-2010 Jean-Baptiste Queru <jbq@google.com> Add a "full" build config.

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