diff options
author | 2017-09-15 09:21:38 +0000 | |
---|---|---|
committer | 2017-09-15 09:21:38 +0000 | |
commit | 5095111399264fdc4ff976ec25a93b64d390fcfe (patch) | |
tree | b8d82183dde4054a667fefcceb43ca946bd9681a | |
parent | b9bf49629c115749fcd4451786afa8ef0a71cd5d (diff) | |
parent | f07ca33810b459cb435274fdcbb78a37d3f97247 (diff) |
Merge "Revert "Add runpath to lshal_test"" into oc-mr1-dev am: 9c2336c0b3
am: f07ca33810
Change-Id: Ie15711cc0faa06889e59ffe1b51dd8884cdf1118
-rw-r--r-- | cmds/lshal/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/lshal/Android.bp b/cmds/lshal/Android.bp index 3e8ee3878b..47814688a9 100644 --- a/cmds/lshal/Android.bp +++ b/cmds/lshal/Android.bp @@ -64,10 +64,6 @@ cc_test { "libvintf", "android.hardware.tests.baz@1.0" ], - ldflags: [ - "-Wl,--rpath,${ORIGIN}/..", - "-Wl,--enable-new-dtags", - ], srcs: [ "test.cpp" ] |