aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-12 00:01:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-12 00:01:27 +0000
commit02fb67dfce5e2f8ec534aecc8ae812d7aafe74df (patch)
tree4722dc16bb718f7696ca4c66c43f9c87a9efebd6
parentd1ee41569a7198a5a76e61f16be4e55f30070662 (diff)
parent6901602172a8baf5eed4f01e6172575081f960d1 (diff)
downloadcuttlefish-android12L-tests-release.tar.gz
Change-Id: Id44e2886a5bed467c5394ad5f10522a02d55cb00
-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.