Enable WM extensions on caiman and komomdo

Bug: 325321407
Test: Build
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:54eb81e993b3c2d9879eea91441251257ac3c4a5)
Merged-In: I1fc9e40f569c84641f5d1d714f24f11f391c9726
Change-Id: I1fc9e40f569c84641f5d1d714f24f11f391c9726
This commit is contained in:
Jiaming Liu 2024-03-12 08:25:39 +00:00
parent 63cd069bb8
commit 95a2933e07
3 changed files with 9 additions and 0 deletions

View file

@ -386,3 +386,6 @@ PRODUCT_PACKAGES += \
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)