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

Commit 9aa8ddb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix sidecar deps" into main am: 23b24dad

parents e1cbd094 23b24dad
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: [],
    }),