summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-09-14 17:12:08 +0000
committerSteven Moreland <smoreland@google.com>2017-09-14 22:49:30 +0000
commit8a03aa91f179bb34b53dcc3cacaa793e6ef1f7b2 (patch)
tree6a0e5c2edfcc6c6ba9abc6c261d1b8a67de27816
parent864c07077b0283ecf9bd36a0381951a19ec8c3df (diff)
downloadnative-8a03aa91f179bb34b53dcc3cacaa793e6ef1f7b2.tar.gz
Revert "Add runpath to lshal_test"
This reverts commit 864c07077b0283ecf9bd36a0381951a19ec8c3df. No special behavior for tests. Reason for revert: b/65603915 Bug: 64776708 Change-Id: Ib64d4f6ef5ea59afa1d3c408c792685a3d025c0a
-rw-r--r--cmds/lshal/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/lshal/Android.bp b/cmds/lshal/Android.bp
index 8a64717ea4..67b5b46829 100644
--- a/cmds/lshal/Android.bp
+++ b/cmds/lshal/Android.bp
@@ -61,10 +61,6 @@ cc_test {
shared_libs: [
"android.hardware.tests.baz@1.0"
],
- ldflags: [
- "-Wl,--rpath,${ORIGIN}/..",
- "-Wl,--enable-new-dtags",
- ],
srcs: [
"test.cpp"
]