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

Commit 4b883263 authored by Chris Li's avatar Chris Li
Browse files

Remove WM Extensions from wearable

Wearable doesn't need WM Extensions.

Bug: 306666082
Ignore-AOSP-First: need internal-first change to guard with flag
Test: atest CtsWindowManagerJetpackTestCases:SdkAvailabilityTest
Change-Id: Idd0f7269ccfacbc2e3030f35a5fd2ebf965b8db2
parent e0dfb184
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -28,6 +28,3 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \
    hwservicemanager \
    android.hidl.allocator@1.0-service \

# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions_base.mk)
+3 −0
Original line number Diff line number Diff line
@@ -23,3 +23,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/base_system_ext.mk)
# /system_ext packages
PRODUCT_PACKAGES += \
    vndk_apex_snapshot_package \

# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions_base.mk)
+2 −3
Original line number Diff line number Diff line
@@ -14,9 +14,8 @@
# limitations under the License.
#

# The base version of window_extensions.mk to be included on all devices.
# Devices that don't support multi-window can choose to drop this.
# TODO(b/326009200): Remove from build that doesn't support multi-window.
# The base version of window_extensions.mk to be included on all non-wearable
# devices. Devices that don't support multi-window can choose to drop this.
#
# Note: by default the Activity Embedding feature is guarded by app's
# targetSDK on Android 15 to avoid app compat impact.