aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-12 00:01:11 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-12 00:01:11 +0000
commit1748aee7cb654ae5b5065b4a235d119162618b99 (patch)
tree4722dc16bb718f7696ca4c66c43f9c87a9efebd6
parent09b79bdedb627a6c3d36b1569972a7231df754bf (diff)
parent6901602172a8baf5eed4f01e6172575081f960d1 (diff)
downloadcuttlefish-android12L-d2-s7-release.tar.gz
Change-Id: I738e3d2ce058b22bca53c8903066294719932133
-rw-r--r--vsoc_x86_64/phone/aosp_cf_foldable.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/vsoc_x86_64/phone/aosp_cf_foldable.mk b/vsoc_x86_64/phone/aosp_cf_foldable.mk
index 99f8f4ae3..c0872d8c5 100644
--- a/vsoc_x86_64/phone/aosp_cf_foldable.mk
+++ b/vsoc_x86_64/phone/aosp_cf_foldable.mk
@@ -25,6 +25,11 @@ PRODUCT_COPY_FILES += \
device/google/cuttlefish/shared/foldable/display_layout_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_layout_configuration.xml \
device/google/cuttlefish/shared/foldable/display_settings.xml:$(TARGET_COPY_OUT_VENDOR)/etc/display_settings.xml \
+# Sidecar and window extensions enhance multi-display, tablet, and foldable support.
+PRODUCT_PACKAGES += \
+ androidx.window.extensions \
+ androidx.window.sidecar \
+
# Include RRO settings that specify the fold states and screen information.
DEVICE_PACKAGE_OVERLAYS += device/google/cuttlefish/shared/foldable/overlay
# Include the foldable `launch_cvd --config foldable` option.