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

Commit ca61d1a3 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Convert VtsHalDrmV1_*TargetTest to be parameterized test"

parents 3c68b341 d5f85888
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ cc_test {
    srcs: [
        "drm_hal_clearkey_test.cpp",
        "drm_hal_vendor_test.cpp",
        "vendor_modules.cpp"
        "vendor_modules.cpp",
    ],
    static_libs: [
        "android.hardware.drm@1.0",
@@ -32,5 +32,8 @@ cc_test {
        "libssl",
        "libcrypto_static",
    ],
    test_suites: ["general-tests"],
    test_suites: [
        "general-tests",
        "vts-core",
    ],
}
Loading