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

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

Snap for 11071763 from 65c52394 to 24Q1-release

Change-Id: I997e760ca68c351b77dd4844a5544b824200d20f
parents b634739f 65c52394
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -65,8 +65,16 @@ cc_fuzz {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-drm-team@google.com",
        ],
        componentid: 155276,
        componentid: 49079,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libmediadrm",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}

include/common_time/OWNERS

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
gkasten@google.com
+2 −1
Original line number Diff line number Diff line
# Bug component: 48436
elaurent@google.com
gkasten@google.com
hunga@google.com
include platform/frameworks/av:/media/janitors/audio_OWNERS #{LAST_RESORT_SUGGESTION}
+0 −2
Original line number Diff line number Diff line
@@ -10,11 +10,9 @@ nchalko@google.com
philburk@google.com
pmclean@google.com
quxiangfang@google.com
rago@google.com
robertshih@google.com
taklee@google.com
wonsik@google.com
ytai@google.com

# go/android-fwk-media-solutions for info on areas of ownership.
include platform/frameworks/av:/media/janitors/media_solutions_OWNERS
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    bug: "285588444"
}

flag {
    name: "disable_prescale_absolute_volume"
    namespace: "media_audio"
    description:
        "Disable pre-scale absolute volume."
    bug: "302553525"
}
Loading