From: nx111 Date: Sat, 6 Oct 2018 15:07:54 +0000 (-0600) Subject: a5xelte: Set SDK API level for rild X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c57abed119081c3c0c53f7e50b1f448e28d7e6cf;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a5xelte.git a5xelte: 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 7.0, which is API level 24, we do not appear to require any of the other behaviors from API levels earlier than 27. Change-Id: I3b3d0160236df09bdae95c5d9f10a61bf91ebc72 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index 4295425..f05a7d1 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -55,3 +55,7 @@ TARGET_LD_SHIM_LIBS += \ /system/lib/libstagefright.so|/vendor/lib/libstagefright_shim.so \ /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \ /system/lib/libbauthserver.so|/system/lib/libbauthtzcommon_shim.so + +# Legacy BLOB Support +TARGET_PROCESS_SDK_VERSION_OVERRIDE += \ + /system/vendor/bin/hw/rild=27