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

Commit b9bf4962 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

am: b8cdfee8

Change-Id: I08fd1a7cede3a8275080d1557dbfaae7a34aed17
parents c1042aa6 b8cdfee8
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"
    ]