Merge "Move reference WM Sidecar impl to system_ext" am: 4e241771ab

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

Change-Id: I46a8e20812ead36a6e3bd49668ec52e78200adf0
This commit is contained in:
Andrii Kulian
2020-09-11 03:09:53 +00:00
committed by Automerger Merge Worker
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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>