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

Commit 3f3fe12c authored by Yifan Hong's avatar Yifan Hong Committed by Android (Google) Code Review
Browse files

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

parents 40eb3db2 864c0707
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -61,6 +61,10 @@ cc_test {
    shared_libs: [
        "android.hardware.tests.baz@1.0"
    ],
    ldflags: [
        "-Wl,--rpath,${ORIGIN}/..",
        "-Wl,--enable-new-dtags",
    ],
    srcs: [
        "test.cpp"
    ]