Fix bionic-unit-tests
Fix rpath value for libraries after build system update Bug: http://b/31221587 Test: run bionic-unit-tests --gtest_filter=dl*:Dl*:*atexit* Change-Id: Iaed834bef830fd0b252b5de82e27634bafc92d8b
This commit is contained in:
parent
1ba0e27462
commit
d11d1e4a97
|
@ -18,7 +18,7 @@ cc_defaults {
|
|||
name: "bionic_testlib_defaults",
|
||||
host_supported: true,
|
||||
ldflags: [
|
||||
"-Wl,--rpath,\\$${ORIGIN}",
|
||||
"-Wl,--rpath,${ORIGIN}",
|
||||
"-Wl,--enable-new-dtags",
|
||||
],
|
||||
relative_install_path: "bionic-loader-test-libs",
|
||||
|
|
Loading…
Reference in New Issue