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
This commit is contained in:
Chris Li
2024-03-27 07:13:07 +00:00
parent e0dfb184b2
commit 4b88326361
3 changed files with 5 additions and 6 deletions

View File

@@ -28,6 +28,3 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \ PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34 += \
hwservicemanager \ hwservicemanager \
android.hidl.allocator@1.0-service \ android.hidl.allocator@1.0-service \
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions_base.mk)

View File

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

View File

@@ -14,9 +14,8 @@
# limitations under the License. # limitations under the License.
# #
# The base version of window_extensions.mk to be included on all devices. # The base version of window_extensions.mk to be included on all non-wearable
# Devices that don't support multi-window can choose to drop this. # 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.
# #
# Note: by default the Activity Embedding feature is guarded by app's # Note: by default the Activity Embedding feature is guarded by app's
# targetSDK on Android 15 to avoid app compat impact. # targetSDK on Android 15 to avoid app compat impact.