Commit Graph

405 Commits

Author SHA1 Message Date
Satya Durga Srinivasu Prabhala 7af544f6b9 Add Modules to PRODUCT_PACKAGES list
Modules which do not have LOCAL_MODULE_TAGS defined default
to "user" tag. This results in errors and warning messages
in the Android build system in Gingerbread. These errors and
warning messages can be eliminated by adding "optional" tag.
When we add "optional" tag to any of the modules, the module
should be part of PRODUCT_PACKAGES list, to be available in
the final images that we want to load on to the target.
This change adds modules to PRODUCT_PACKAGES list.

Change-Id: I82e87befdf0a9faec94ba99556be2ab0413c711a
2011-03-09 09:41:45 +05:30
Kinson Chik kchik@codeaurora.org 6f97c1737a common.mk: Adding a set of Locales
CTS test package ScannerTest, StringBuilderTest and
StringBufferTest now require specific LOCALES to be installed
in order to pass the test cases such as de_DE (GERMANY) and
GB18030 encoder zh_CN. This installs a subset of languages and
makes use of icu4cd44l-default.dat instead of just "us".

CRs-Fixed: 273133, 273136, 273138, 273139, 273140, 273141, 273142
Change-Id: I48dd8b5b00eb581e887d51973b1693bd93a28438
2011-01-29 14:48:31 -08:00
Kinson Chik kchik@codeaurora.org 1cad73ff50 device/common: Pushing required bluetooth xml file to device
bluetooth hardware definition file is needed to be pushed
onto the device for CTS system features test to pass.

Change-Id: I52584cd15ee87c727cbc6f0558e009cc7feaf1c6
2011-01-25 19:02:05 -08:00
John Joseph 491038af71 enable sip support
Change-Id: I90dccb7c15ab77cb20cb9bfbf550508c0c818b4a
2011-01-11 13:23:44 -08:00
Naseer Ahmed 54af5a5897 device/qcom/common: Add common.mk file
Add a common.mk file that can be included
by all targets. Target specific defines
can be overridden if needed.

Change-Id: I6f43f46ff93abe605e6d8af40cf087de4a3d5dc3
2011-01-05 18:16:06 +05:30