mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Extend sphal search paths for media swcodec
* Legacy devices do not have vndk-sp, so we have to add /system/{LIB} to sphal search paths to make sure linker can find the according libraries successfully. Change-Id: I95b4b4cc9b187ce2b3a50e4e4d1e4940f36e087d
This commit is contained in:
parent
08ebba53cf
commit
9d7432ca2a
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ namespace.sphal.search.paths += /odm/${LIB}/vndk-sp
|
|||
namespace.sphal.search.paths += /vendor/${LIB}/vndk-sp
|
||||
namespace.sphal.search.paths += /system/${LIB}/vndk-sp${VNDK_VER}
|
||||
|
||||
# Legacy devices do not have vndk-sp, so add /system/${LIB} to search path instead
|
||||
namespace.sphal.search.paths += /system/${LIB}
|
||||
|
||||
namespace.sphal.permitted.paths += /odm/${LIB}/hw
|
||||
namespace.sphal.permitted.paths += /odm/${LIB}/egl
|
||||
namespace.sphal.permitted.paths += /vendor/${LIB}/hw
|
||||
|
|
Loading…
Reference in a new issue