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

Commit 56d09e47 authored by Girish's avatar Girish
Browse files

[codec importance] Add aconfig feature flags

Test: Manual:
 - Test flag can be called in both codec frameworks (C++)
   and CTS (java)
 - Test flag can be flipped by tooling
  - adb shell device_config put codec_fwk\
      com.android.media.codec.flags.codec_importance true

Bug: 297929011
Change-Id: Iedf841d726ec596cca62fd446ffcd2b2185c6d07
parent cceccda9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,3 +6,10 @@ flag {
  description: "Feature flags for large audio frame support"
  bug: "297219557"
}

flag {
  name: "codec_importance"
  namespace: "codec_fwk"
  description: "Feature flags for media codec importance"
  bug: "297929011"
}