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

Commit 0645aec1 authored by Suresh Sivaraman's avatar Suresh Sivaraman Committed by Chong Zhang
Browse files

Added VTS tests for MediaCas - II

Bug: 63914034
Bug: 65593293

Test:
Build & test vts:

> make vts -j64

> vts-tradefed run vts -m VtsHalCasV1_0Target

Change-Id: If5a0e7cb3d520843ba45147a085c43b94027e584
parent 75d2b865
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -18,6 +18,12 @@ cc_test {
    name: "VtsHalCasV1_0TargetTest",
    defaults: ["VtsHalTargetTestDefaults"],
    srcs: ["VtsHalCasV1_0TargetTest.cpp"],
    static_libs: ["android.hardware.cas@1.0"],
    static_libs: [
        "android.hardware.cas@1.0",
        "android.hardware.cas.native@1.0",
        "android.hidl.allocator@1.0",
        "android.hidl.memory@1.0",
        "libhidlmemory",
    ],
}
+473 −24

File changed.

Preview size limit exceeded, changes collapsed.