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

Commit 2a4da891 authored by Oriol Prieto Gascó's avatar Oriol Prieto Gascó Committed by Gerrit Code Review
Browse files

Merge "Set the container field of aconfig flags" into main

parents f1017ab2 9f47fcf3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
aconfig_declarations {
    name: "aconfig_mediacodec_flags",
    package: "com.android.media.codec.flags",
    container: "system",
    srcs: ["mediacodec_flags.aconfig"],
}

@@ -28,6 +29,7 @@ cc_aconfig_library {
aconfig_declarations {
    name: "aconfig_codec_fwk_flags",
    package: "android.media.codec",
    container: "system",
    srcs: ["codec_fwk.aconfig"],
}

+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
# !!! Please add flags in alphabetical order. !!!

package: "android.media.codec"
container: "system"

flag {
  name: "aidl_hal_input_surface"
+1 −0
Original line number Diff line number Diff line
package: "com.android.media.codec.flags"
container: "system"

# ******************************************************************
#            !!! DO NOT ADD FURTHER FLAGS TO THIS FILE !!!