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

Commit 140b62da authored by Roy Luo's avatar Roy Luo
Browse files

Add a new feature flag for USB data incompliance warnings

Test: m all_aconfig_declarations
Bug: 296119135
Change-Id: I09dbb049c01b1eaa0618ffc4fcb3b862e7d8a230
parent fe9cb8ee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -13,3 +13,10 @@ flag {
    description: "Flag incompatible charging on COMPLIANCE_WARNING_INPUT_POWER_LIMITED instead of COMPLIANCE_WARNING_OTHER when enabled"
    bug: "308700954"
}

flag {
    name: "enable_report_usb_data_compliance_warning"
    namespace: "system_sw_usb"
    description: "Enable reporting USB data compliance warnings from HAL when set"
    bug: "296119135"
}