diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2021-06-14 15:21:28 +0100 |
|---|---|---|
| committer | Julian Veit <Claymore1298@gmail.com> | 2021-08-13 20:48:42 +0200 |
| commit | ee2943c80593b7e4a22ad36e4f7fc1d07e15d4d7 (patch) | |
| tree | 1399e4d968cb9861b19edf88a23aadd2b5ccde88 | |
| parent | f3a39c5be5c8bed4916480f775119edef58650b6 (diff) | |
Commit edfa6c3 failed to account for VZW and SPR variants.
Change-Id: I3cc0a885c11670cb67a33f5272d23cea41e0ec13
| -rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8421a0c..3ad995e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -1,6 +1,6 @@ # # Copyright (C) 2015-2016 The CyanogenMod Project -# 2017-2020 The LineageOS Project +# 2017-2021 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -137,6 +137,8 @@ BOARD_SEPOLICY_DIRS += $(PLATFORM_PATH)/sepolicy TARGET_LD_SHIM_LIBS := \ /system/lib/liblog.so|liblog_htc.so \ /system/vendor/lib/hw/camera.vendor.msm8974.so|libshim_camera.so \ + /system/vendor/lib/libril_spr-qc-qmi-1.so|libshim_ril.so \ + /system/vendor/lib/libril_vzw-qc-qmi-1.so|libshim_ril.so \ /system/vendor/lib/libril-qc-qmi-1.so|libshim_ril.so # SVELTE config |
