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

Commit b79ebce3 authored by Ted Bauer's avatar Ted Bauer
Browse files

Add deps for new aconfig flagging storage

Aconfig flagging storage is migrating to a new underlying storage, which
has new dependencies. Add the dependencies as a defaults.

Bug: 328444881
Test: m
Change-Id: Id73ea17b5361e3445db9025bc490ea7c4e872529
parent 7d720a0e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ cc_library {
    name: "libcodec2_aidl_client",

    defaults: [
        "aconfig_lib_cc_static_link.defaults",
        "libcodec2_hal_selection",
    ],

@@ -65,6 +66,7 @@ cc_library {
    ],

    defaults: [
        "aconfig_lib_cc_static_link.defaults",
        "libcodec2_hal_selection",
    ],

+4 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@ cc_library {
    ],

    static_libs: ["aconfig_mediacodec_flags_c_lib"],

    defaults: [
        "aconfig_lib_cc_static_link.defaults",
    ],
}

cc_library_static {
+4 −0
Original line number Diff line number Diff line
@@ -91,6 +91,10 @@ cc_library_shared {
        "libcodec2_client",
    ],

    defaults: [
        "aconfig_lib_cc_static_link.defaults",
    ],

    sanitize: {
        cfi: true,
        misc_undefined: [
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ cc_library {
    ],

    defaults: [
	"aconfig_lib_cc_static_link.defaults",
        "libcodec2_hal_selection",
    ],

+4 −0
Original line number Diff line number Diff line
@@ -318,6 +318,10 @@ cc_library {
        "aconfig_mediacodec_flags_c_lib",
    ],

    defaults: [
        "aconfig_lib_cc_static_link.defaults",
    ],

    static_libs: [
        "android.media.codec-aconfig-cc",
        "libstagefright_esds",
Loading