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:
Dimitry Ivanov 2016-10-05 02:51:17 -07:00
parent 1ba0e27462
commit d11d1e4a97
1 changed files with 1 additions and 1 deletions

View File

@ -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",