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

Commit 9f47fcf3 authored by Oriol Prieto Gasco's avatar Oriol Prieto Gasco
Browse files

Set the container field of aconfig flags

Test: m
Bug: 312769710
Change-Id: Ib273d42785541476912bac98bb541283df0af5fb
parent 15ff7818
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 !!!