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

Commit 4d4c95c6 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

codec_fwk: add teamfood feature flag

Also order mediacodec_flags.aconfig

Bug: 328770262
Change-Id: I7838b1e5a89c3940dc3b43a3e8a63fbdfd3cb123
parent 34c9266d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -81,3 +81,10 @@ flag {
  description: "Feature flag for region of interest support"
  bug: "325549730"
}

flag {
  name: "teamfood"
  namespace: "codec_fwk"
  description: "Feature flag to track teamfood population"
  bug: "328770262"
}
+6 −6
Original line number Diff line number Diff line
@@ -7,10 +7,10 @@ container: "system"
# ******************************************************************

flag {
  name: "large_audio_frame"
  name: "aidl_hal"
  namespace: "codec_fwk"
  description: "Feature flags for large audio frame support"
  bug: "297219557"
  description: "Feature flags for enabling AIDL HAL handling"
  bug: "251850069"
}

flag {
@@ -21,8 +21,8 @@ flag {
}

flag {
  name: "aidl_hal"
  name: "large_audio_frame"
  namespace: "codec_fwk"
  description: "Feature flags for enabling AIDL HAL handling"
  bug: "251850069"
  description: "Feature flags for large audio frame support"
  bug: "297219557"
}