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
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
bluetooth hardware definition file is needed to be pushed
onto the device for CTS system features test to pass.
Change-Id: I52584cd15ee87c727cbc6f0558e009cc7feaf1c6
Add a common.mk file that can be included
by all targets. Target specific defines
can be overridden if needed.
Change-Id: I6f43f46ff93abe605e6d8af40cf087de4a3d5dc3