Commit Graph

1661 Commits

Author SHA1 Message Date
Satya Durga Srinivasu Prabhala 0e4696748d Cleanup QCOM usage of LOCAL_MODULE_TAGS
Starting from GB, modules which doesn't have LOCAL_MODULE_TAGS
defined (default to user tag) or which has user tag and not part
of GRANDFATHERED_USER_MODULES does throgh ERROR/WARNING
message. To supress these WARNING messages, we need to add
optional tag.

Targets tested on:
msm8660_surf

Tests:
Did a build from scratch

Change-Id: I49fa8898776ba863906dc3355c8b6905072d98f6
2011-03-14 21:45:30 +05:30
Satya Durga Srinivasu Prabhala 76ab1298d7 Add UPDATER Modules to PRODUCT_PACKAGES
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.

Targets tested on:
msm8660_surf

Tests:
Did a build from scratch

Change-Id: I4e22508b8bd67e162fdbed29f35115c7343a4fe2
2011-03-14 21:42:42 +05:30
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
Satya Durga Srinivasu Prabhala 4fc2a34bae Revert "Cleanup QCOM usage of LOCAL_MODULE_TAGS"
This reverts commit dfc697da09.
2011-03-01 17:01:03 +05:30
Satya Durga Srinivasu Prabhala dfc697da09 Cleanup QCOM usage of LOCAL_MODULE_TAGS
Add optional to LOCAL_MODULE_TAGS

Change-Id: I7f8cc1e437bb43bf51ea60c4fd218c20236ce37c
2011-02-24 17:33:37 +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
Subbaraman Narayanamurthy 865d8bba4a [qcom/common]: Add device specific firmware update for qcom.
- Device specific firmare update for QCOM devices.
- Send image offset hardcoded to apps bootloader.

Change-Id: I3666e2f27161ef598f648f845dd22ebbcb4a5fc2
2010-08-03 18:07:32 -07:00
Nasser Grainawi 5dd03786b3 Empty 2010-07-22 15:44:49 -06:00