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

Commit 313cd6d1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11753769 from e3faad30 to 24Q3-release

Change-Id: Ifbc4ffcc5145f653374ae83c7740479cbb5ec328
parents eaffc08a e3faad30
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,5 +14,8 @@ robertshih@google.com
taklee@google.com
wonsik@google.com

# For TEST_MAPPING tv-presubmit and tv-postsubmit configurations:
per-file TEST_MAPPING = blindahl@google.com

# go/android-fwk-media-solutions for info on areas of ownership.
include platform/frameworks/av:/media/janitors/media_solutions_OWNERS
+6 −0
Original line number Diff line number Diff line
@@ -44,5 +44,11 @@
            ],
            "file_patterns": ["(?i)drm|crypto"]
        }
    ],
    // Postsubmit tests for TV devices
    "tv-postsubmit": [
       {
           "name": "DecoderRenderTest"
       }
    ]
}
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ cc_library {
    ],

    static_libs: [
        "libyuv_static", // for conversion routines
        "libyuv", // for conversion routines
    ],

    shared_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ cc_library {
    srcs: ["C2SoftGav1Dec.cpp"],
    static_libs: [
        "libgav1",
        "libyuv_static",
        "libyuv",
    ],

    apex_available: [
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ cc_fuzz {

    static_libs: [
        "libgav1",
        "libyuv_static",
        "libyuv",
        "libcodec2_soft_av1dec_gav1",
    ],
}
Loading