From d11d1e4a97699af49f6f5b21a4ed0ed91575af52 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Wed, 5 Oct 2016 02:51:17 -0700 Subject: [PATCH] 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 --- tests/libs/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp index 82836336d..e1a423921 100644 --- a/tests/libs/Android.bp +++ b/tests/libs/Android.bp @@ -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",