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

Commit cf0a8ee1 authored by Ian Baker's avatar Ian Baker
Browse files

Add is_fixed_read_only: true to MIDI extraction mainline flag def

All mainline flags must be read-only, and if this is missing then
the import to Gantry fails (relatively silently).

Bug: b/359920208
Change-Id: Ie008da9b083fbacf72b5d55062b7c0768239a2d4
Test: Presubmit
parent 92949994
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ container: "com.android.media"
flag {
    name: "extractor_sniff_midi_optimizations"
    is_exported: true
    is_fixed_read_only: true
    namespace: "media_extractor"
    description: "Enable SniffMidi optimizations."
    bug: "359920208"