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:
nx111 2018-10-06 09:07:54 -06:00 committed by Kevin F. Haggerty
parent 7d0ac47ff7
commit 2e8f6982f1
No known key found for this signature in database
GPG Key ID: 6D95512933112729
1 changed files with 2 additions and 1 deletions

View File

@ -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