sdcard service is responsible to mount a fuse sdcard. But since this
service uses data partition so it needs to be under late_start.
Another requirement is if user wants to switch to external sdcard then
this service should not start.
To fix this we use nonencrypted and vold.decrypt triggers to set the property
for this service to start.
nonencrypted is started when device is not encrypted and init is able to mount
data partition.
vold.decrypt=trigger_restart_framework is set on encrypted phone after user's
successful login in the device.
Change-Id: I24aa6395b44530555669045e85da66abb7df5da8
- Audio HAL and PolicyManager libraries are built with optional tag
- To manadate the compilation of those libraries, they have been
enabled to the PRODUCT_PACKAGES
Change-Id: I050be4503a19a371fa60d3818e2e252b60188b8a
init.qcom.efs.sync.sh is used to trigger force sync of
efs. Add this script to PRODUCT_PACKAGES list.
Change-Id: I64e7af56750404c1a05135db1772a9c9c20496d8
Universal Electronics remote is based on RF communication interface and
uses Zigbee RF4CE protocol.
Change-Id: I1ed3009f5b1422be76e0c7e12cc5f2fda5300c93
Add the Video Telephony JNI module that is used by the
phone app for VT calls to the system image.
Change-Id: I5060a2d37e2a29e491c22269cd3704fbb00894e1
CRs-Fixed: 361956
- UCM is updated to maintain single config file per target. There is
no need to maintain seperate config file for each usecase. Hence
remove the use case config file from PRODUCT_PACKAGES
Change-Id: Ie2fe33902989d3b0910ad6a0fa2e91178f1e4c09
The keyboard layout file name was formed based on the name of
tabla sound card on current machine. If it doesn't find such
file, it is going to use Generic keyboard layout where the
key mappings are different, even though the scan code is same.
The sound card name differs across different machine types.
So, generalising the keyboard layout file name will work across
all machine types.
CRs-fixed: 344297
Change-Id: I0122425521e7c43a2b44f9b6db4704f11c296603
This is a configuration file which has list of known issues with
the Blutooth vendors, which is used to decide and apply based
on the known IOT experiences. This helps in improving Bluetooth
interoperability
Change-Id: Ia3eef98c707e86c9cb57807be15ec2bc8ec7f1fa
Reference devices do not have NFC support, so dropping it from common
list of advertised capabilities.
Change-Id: I62ac2f51ac04e6906d21b16ee62bcc694ade2486
QCOM provides a proprietary LLVM, which is optimized for VeNum. In
BoardConfig.mk, customers can choose the stock LLVM or QCOM's LLVM.
The included file returns the corresponding path for the selected
LLVM.
- This will help compile/install the libI420ColorConvert.so to
system/lib via the top level make.
Change-Id: I08e8f55d0796ef34f83c7169f1c4ae632d003028
CRs-Fixed: 328501