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

Commit 72b527c1 authored by Tang Lee's avatar Tang Lee
Browse files

HDMI: Declare flag for uploading physical address metrics

Bug: 376001043
Test: m
Flag: EXEMPT flag declaration
Change-Id: Id46ea5625c16a70180386061035698cd3dd96b30
parent e2778689
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -112,3 +112,11 @@ flag {
    description : "Feature flag to enable APIs for applying picture profiles"
    bug: "337330263"
}

flag {
    name: "hdmi_control_collect_physical_address"
    is_exported: true
    namespace: "media_tv"
    description: "Collect physical address from HDMI-CEC messages in metrics"
    bug: "376001043"
}