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

Commit 4c51319e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move reference WM Sidecar impl to system_ext" into rvc-qpr-dev am: 7032e937

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12679304

Change-Id: I48f17dfb8b2295d84de708526dbe5636fd3e94d9
parents 3176c909 7032e937
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@ java_library {
    static_libs: ["window-sidecar"],
    installable: true,
    sdk_version: "core_platform",
    vendor: true,
    system_ext_specific: true,
    libs: ["framework", "androidx.annotation_annotation",],
    required: ["androidx.window.sidecar.xml",],
}

prebuilt_etc {
    name: "androidx.window.sidecar.xml",
    vendor: true,
    system_ext_specific: true,
    sub_dir: "permissions",
    src: "androidx.window.sidecar.xml",
    filename_from_src: true,
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
<permissions>
    <library
        name="androidx.window.sidecar"
        file="/vendor/framework/androidx.window.sidecar.jar"/>
        file="/system_ext/framework/androidx.window.sidecar.jar"/>
</permissions>