klte-common: Set SDK API level for rild
* P made changes to pthread_mutex_init() that are incompatible with our libsec-ril libraries. In order for rild to even see a radio as being availble we need the legacy behavior. * Even though our libsec-ril libraries are from 5.0, which is API level 21, we do not appear to require any of the other behaviors from API levels earlier than 27. Change-Id: I3b3d0160236df09bdae95c5d9f10a61bf91ebc72
This commit is contained in:
parent
7d0ac47ff7
commit
2e8f6982f1
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ TARGET_LD_SHIM_LIBS += \
|
|||
/system/vendor/lib/hw/camera.vendor.msm8974.so|libshim_camera.so
|
||||
TARGET_PROCESS_SDK_VERSION_OVERRIDE += \
|
||||
/system/bin/mediaserver=22 \
|
||||
/system/vendor/bin/mm-qcamera-daemon=22
|
||||
/system/vendor/bin/mm-qcamera-daemon=22 \
|
||||
/system/vendor/bin/hw/rild=27
|
||||
|
||||
# Partitions
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 13631488
|
||||
|
|
Loading…
Reference in a new issue