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

Commit f50a527d authored by Rahul Banerjee's avatar Rahul Banerjee Committed by Android (Google) Code Review
Browse files

Merge "Make bootanim multi-display aware" into main

parents 09217d7c 0c27488a
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -7,6 +7,18 @@ package {
    default_applicable_licenses: ["frameworks_base_license"],
}

aconfig_declarations {
    name: "bootanimation_flags",
    package: "com.android.graphics.bootanimation.flags",
    container: "system",
    srcs: ["bootanimation_flags.aconfig"],
}

cc_aconfig_library {
    name: "libbootanimationflags",
    aconfig_declarations: "bootanimation_flags",
}

cc_defaults {
    name: "bootanimation_defaults",

@@ -28,6 +40,10 @@ cc_defaults {
        "liblog",
        "libutils",
    ],

    static_libs: [
        "libbootanimationflags",
    ],
}

// bootanimation executable