Includes AccessibilityMenu on handheld devices.

In FR b/261252772 we are migrating the AccessibilityMenu accessibility
service from the Android Accessibility Suite into the framework.

This APK is very small (210KB), does not run unless enabled by
the user in accessibility Settings, and uses <150MB PSS while running
per `dumpsys meminfo`.

Bug: 266591148
Test: check that A11yMenu is present in system_ext and can be enabled
      in Settings > Accessibility
Change-Id: I4da09e4f98eb56bcfb441ca1afdeff28f6d3aa31
This commit is contained in:
Daniel Norman
2023-01-20 12:25:55 -08:00
parent ec3cf65222
commit 72edb1b11d

View File

@@ -22,6 +22,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk)
# /system_ext packages
PRODUCT_PACKAGES += \
AccessibilityMenu \
Launcher3QuickStep \
Provision \
Settings \