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

Commit 3a5bf76a authored by Lajos Molnar's avatar Lajos Molnar Committed by Gerrit Code Review
Browse files

Merge changes I7838b1e5,I78323abe into main

* changes:
  codec_fwk: add teamfood feature flag
  codec_fwk: add native_capabilities feature flag
parents b51766e8 4d4c95c6
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -47,6 +47,13 @@ flag {
  bug: "325512893"
}

flag {
  name: "native_capabilites"
  namespace: "codec_fwk"
  description: "Feature flag for native codec capabilities"
  bug: "306023029"
}

flag {
  name: "null_output_surface"
  namespace: "codec_fwk"
@@ -74,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"
}