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

Commit 83c04448 authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

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

am: 93ba5eb0

Change-Id: I0fb9ea07fa8a06d5d993cde7527cd4a07f204eef
parents c29de446 93ba5eb0
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",
    ],
}