Change search order for system processes in vndk_lite.
Originally, vndk_lite does not include product/lib and product_services/lib directories first but searches for the required files in vendor/lib and odm/lib. However, if a vendor/odm library with the same name exists, that causes the vendor/odm library to be set as dependency to the system process that is searching for the library, hitting neverallow SELinux denials. To avoid this problem, allow the system processes in vndk_lite devices to search product/lib and product_services/lib prior to vendor/lib and odm/lib. Test: Check boot for vndk_lite devices. Change-Id: I4113938d0803480f682c3521765e1d5f3c19ab79
Loading
Please register or sign in to comment