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
diff --git a/cmds/lshal/Android.bp b/cmds/lshal/Android.bp
index 8a64717..67b5b46 100644
--- a/cmds/lshal/Android.bp
+++ b/cmds/lshal/Android.bp
@@ -61,10 +61,6 @@
shared_libs: [
"android.hardware.tests.baz@1.0"
],
- ldflags: [
- "-Wl,--rpath,${ORIGIN}/..",
- "-Wl,--enable-new-dtags",
- ],
srcs: [
"test.cpp"
]