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

Commit a158fa80 authored by Weilin Xu's avatar Weilin Xu
Browse files

Add flag for HD radio emergency alert

Bug: 361348719
Flag: android.hardware.radio.hd_radio_emergency_alert_system
Test: build ok
Change-Id: Ie904a39ae4493d02a5000551ca34aa83d5abea03
parent bcbae012
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -8,3 +8,11 @@ flag {
    description: "Feature flag for improved HD radio support with less vendor extensions"
    description: "Feature flag for improved HD radio support with less vendor extensions"
    bug: "280300929"
    bug: "280300929"
}
}

flag {
    name: "hd_radio_emergency_alert_system"
    is_exported: true
    namespace: "car_framework"
    description: "Feature flag for HD radio emergency alert system support"
    bug: "361348719"
}