Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 08ad2123 authored by Jiyong Park's avatar Jiyong Park
Browse files

Add /system/lib to the search paths for asan

When running with asan, the platform namespace didn't have /system/lib,
but /data/asan/system/lib in its search paths. As a result, clang
runtime libraries like libclang-rt.asan-i686-android.so which are still
in /system/lib cound not be found.

Fixing the problem by adding /system/lib to the search paths after the
asan path.

Bug: 131170196
Test: check if mediaswcodec process is running in aosp_cf_x86_pasan

Change-Id: Iffe5d25613999a00ead5eb03c0efca1d6c9ce012
parent e069424f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment