ICS splits full_base configuration to full_base_telephony and
full_base_notelephony baseline configurations. Upgrading default
msm configuration to include more than just basic components from
core.mk to full_base_telephony configuration.
Change-Id: I6c5e8d25405336724b2b8ca2a66e8ac1da821a74
- Audio playback and record not working in 7630 target.
- Incorrect entry in AUDIO_HARDWARE and AUDIO_POLICY.
- Correct the entry for audio policy and audio HAL
libraries
Change-Id: I248494f023e7c196d9021a2c9a3110a0baf47e29
- Audio HAL and PolicyManager libraries are built with optional tag
- To manadate the compilation of those libraries, they have been
added to the PRODUCT_PACKAGES
- Added the libraries for both 8660 and 8960 targets.
Change-Id: Ic6bbae7df2fcac6bf799e9de701db17497125fe5
As part of standardizing build conditionally for qcom chipsets,
we need the QCOM_BOARD_PLATFORM list to be added.
This will allow us to use TARGET_BOARD_PLATFORM and corresponding system
property ro.board.platform in userpace makefiles and source code to
enable features for these chipsets.
Change-Id: I20238b40536325430681d4d3faa3d288afce45f8
CRs-fixed: 298335
This corresponds to the BoardConfig.mk update for msm7k chipsets
to use chipset name (+optional hardware platform suffix) as TARGET_BOARD_PLATFORM
instead of 'msm7k' like it is already being used for other newer chipsets.
This will allow us to use TARGET_BOARD_PLATFORM and corresponding system
property ro.board.platform in userpace makefiles and source code to
enable features for these chipsets
CRs-Fixed: 298335
Change-Id: I534f561285fd1c8f2ca01456acc2bf26402e7814
This file become obsolete - as the invocation of vendorsetup.sh
is moved to device-vendor.mk. Hence, deleting the file.
Change-Id: I5e4d15b1d39b9f1e2e0239043bd1c8fb6a18597c
After recovery extracts the images to radio folder, for NAND targets,
set cookie in FOTA and bootloader message. For eMMC targets, create
cookie file in FAT partition.
Change-Id: I79990b8f31e64186d8bcef68aa55fc1d8b2ca8b5
vendor/qcom/proprietary/prebuilt contains binaries for
qcom/proprietary modules whose sources will not be shipped out
to some customers. The prebuilt folder will be populated as
a part of the automation process as per
release/ship_out_<target>_<variant>. This script is invoked
during source/envsetup.sh. It copies binaries from vendor/qcom/
proprietary/prebuilt to croot/out.
Change-Id: Id25c6a0badbf7e026a00913bd7d6af1c3142ca2e
This allows the default locale to be set to a valid value.
HDPI and MDPI should appear after the language locales.
Change-Id: Ie1fda84d55f3721dae8eb5b2085a4025feb94f58
CRs-Fixed: 289471