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

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

Merge "Drm test static links to HAL def libs." into oc-mr1-dev

am: ed827b82

Change-Id: I51a8d553012f5256ad459cae16c2e0ded7360282
parents cba87937 ed827b82
Loading
Loading
Loading
Loading
+4 −17
Original line number Diff line number Diff line
@@ -16,33 +16,20 @@

cc_test {
    name: "VtsHalDrmV1_0TargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: [
        "drm_hal_clearkey_test.cpp",
        "drm_hal_vendor_test.cpp",
        "vendor_modules.cpp"
    ],
    shared_libs: [
    static_libs: [
        "android.hardware.drm@1.0",
        "android.hardware.drm@1.0-helper",
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
        "libbase",
        "libcutils",
        "libhidlbase",
        "libhidlmemory",
        "libhidltransport",
        "libhwbinder",
        "liblog",
        "libnativehelper",
        "libssl",
        "libcrypto",
        "libutils",
    ],
    static_libs: [
        "VtsHalHidlTargetTestBase",
        "android.hardware.drm@1.0-helper",
    ],
    cflags: [
        "-O0",
        "-g",
    ],
}