Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8cdfee8 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Merge "Add runpath to lshal_test" into oc-mr1-dev

am: 3f3fe12c

Change-Id: Ide67a9d9c9f52d6f99e45962b2776fdda30a6bfd
parents fa4c5941 3f3fe12c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -64,6 +64,10 @@ cc_test {
        "libvintf",
        "android.hardware.tests.baz@1.0"
    ],
    ldflags: [
        "-Wl,--rpath,${ORIGIN}/..",
        "-Wl,--enable-new-dtags",
    ],
    srcs: [
        "test.cpp"
    ]