s3ve3g-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 Francescodario Cuzzocrea
parent 1a75a2846f
commit efa1d21bf3
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ TARGET_KERNEL_SOURCE := kernel/samsung/msm8226
TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
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_FLASH_BLOCK_SIZE := 131072