commit | d74d348fc351c80a0ef912ce3690ebd5ee553bec | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Tue Feb 12 16:23:12 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Feb 13 01:56:28 2019 +0000 |
tree | d707fb411ac88874254dbc3fdb6964315a98c8d9 | |
parent | 9dbc8ccfec86e0c8aa2c00994b737bc7a7332455 [diff] |
Change search order for vendor processes in vndk_lite. Originally, vndk_lite does not include system/lib/vndk-* directory but searching the required files in system/lib instead. However, in GSI, they are using the vndk libs which has symbols than core variants. To avoid this problem, allow the vendor processes in vndk_lite devices to search system/lib prior to vndk libs. Bug: 124063441 Test: Check boot for vndk_lite devices. Change-Id: I89a72e9d43d6fb05f4b6d87bbd4500f8febfe970