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

Commit cb04a5ed authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Renderscript test static link to HAL def libs." into oc-mr1-dev

parents fb75b605 070dd5d2
Loading
Loading
Loading
Loading
+3 −15
Original line number Diff line number Diff line
@@ -23,21 +23,9 @@ cc_test {
        "VtsScriptTests.cpp",
        "bitcode.cpp",
    ],
    defaults: ["hidl_defaults"],
    shared_libs: [
        "libbase",
        "liblog",
        "libcutils",
        "libhidlbase",
        "libhidltransport",
        "libnativehelper",
        "libutils",
        "libnativewindow",
    defaults: ["VtsHalTargetTestDefaults"],
    static_libs: [
        "android.hardware.renderscript@1.0",
    ],
    static_libs: ["VtsHalHidlTargetTestBase"],
    cflags: [
        "-O0",
        "-g",
        "libnativewindow",
    ],
}