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

Commit 23b24dad authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix sidecar deps" into main

parents d4c93474 34783b59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -376,8 +376,8 @@ android_filesystem_defaults {
        "charger",
    ] + select(release_flag("RELEASE_APPFUNCTION_SIDECAR"), {
        true: [
            "com.android.extensions.appfunctions",
            "appfunctions.extension.xml",
            "com.google.android.appfunctions.sidecar",
            "appfunctions.sidecar.xml",
        ],
        default: [],
    }),