Include the stm-log module. The stm-log module is a
library that provides an API for logging via STM.
Change-Id: Ie6e02d9d0ad060f0e25bd0c13b1052d4ebe69665
- 7630 Audio HAL and PolicyManager libraries are built with optional tag
- To mandate the consideration of 7630 Audio HAL libraries into system image,
enabled them in PRODUCT_PACKAGES
Change-Id: I129f354ac8badaeea3fa137ecb40ebe80dc61807
By using DEVICE_PACKAGE_OVERLAYS, we leave PRODUCT_PACKAGE_OVERLAYS
for the customers/OEMs to their customization.
CRs-Fixed: 396803
Change-Id: Ie4d57b9f40002a5c7fc9d0f46a2a68290c282194
Dynamically enabling the hcidump logs when the property
bluetooth.hcidump.enabled=true is set. By default this property is
not set.
CRs-fixed: 323983
Change-Id: I127a638c17fb8447f8b9a1472c7a9270ef0bad84
During initialization the system partition needs to be
remounted as read-write in order for changes to be made
to the /system partition (e.g. creating target-specific
symlinks, etc.). Earlier this was done in the post-fs
stage where Android property service has not been
initialized. This change moves these initializations to
the early-boot stage.
Update the wifi initialization script to use command
line parameters since getprop is not yet available in
early-boot. Also fix bug in 8974 changes that breaks
8960 and other targets.
Call audio init script from wifi script rather than
directly from syspart-fixup since retrieving Android
property is not yet available.
TODO: Init sequence needs to be redone for cleanup
and boot up speed.
Change-Id: I2a7338af91df951d0a4617d4f54db123aca839e3
Move system property settings such as LCD density to early-boot.
This ensures the properties are set before any service is
started.
CRs-Fixed: 390942
Change-Id: Iba5dfb5b55f33904bd09d4b618b5399d7bda8cbd
Adds the Bluetooth related configuration files to package as part
of system image which are common across platforms.
Change-Id: I43784faf8aa12144d3cc3d7591f81397fbdcc33a
Audio subsystem has to read the qcom.bluetooth.soc property
to create the correct soft links in UCM files which will
be read by HAL.
Change-Id: Iaf5ac39578dae2ebd09b19733c1cc2768b4fd1e8
Audio HAL, ALSA and PolicyManager libraries are built with optional tag
Mandate the compilation of audio libraries for 8974 target.
Change-Id: I8b522183717d9415ac565439700ee5c844b16cd2
QCOM provides an optimized LLVM. In BoardConfig.mk, customers
can choose the stock LLVM or QCOM's LLVM. The included file
returns the corresponding path for the selected LLVM.
Change-Id: I157be14cb91b214148e41a6eff9ff0296f1d8554
The common obex might be used for non Blutooth functionality also, for
Bluetooth this general obex is not capable of supporting
Single Response Mode, an advanced Bluetooth obex feature. Hence separate
the btobex from general obex to maintain the changes for BT obex separately
without disturbing the google obex.
Change-Id: Ib4cd754d39ebb2694d8301703191dcbe09bb31db
Some of the qcom services require to remount system partition with read-write
permission. But since all of them running as independent asyncronous services
so this can cause some issue.
init.post_fs.sh is responsible to call all such services syncronously and
in the end remount system partition as read-only.
Change-Id: I4c03a67df5eb429b2ede633f81135e8b5c457673
- 8660 Audio HAL and PolicyManager libraries are built with optional tag
- To mandate the compilation of 8660 Audio HAL libraries, enabled to the
PRODUCT_PACKAGES
Change-Id: I5f2a34d985cc078f331ca85bd5f9e6929a8e45db