Commit graph

5 commits

Author SHA1 Message Date
Devin Moore
d756813799 Stop adding HIDL support services in handheld_system_ext.mk
This is already added in product/media_system_ext.mk so it doesn't need
to be added again.

Test: m
Bug: 332548148
Change-Id: I11be0c8f2fb788df19df7e531ed3d8e3b1381d0f
2024-04-02 22:56:55 +00:00
Devin Moore
97cb15a1f5 Add HIDL support services to handheld system_ext
Some devices don't use base_system_ext.mk and instead use
handheld_system_ext.mk.
These also need the HIDL support services for devices launched before V.

Test: m
Bug: 305873288
Change-Id: Ic482216fa49c12f52668a499dedaa1ed19c0c4a7
2023-11-21 02:03:59 +00:00
Daniel Norman
72edb1b11d 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
2023-02-06 22:34:32 +00:00
Jeongik Cha
82c0e3e268 Move packages from *_product.mk to *_system_ext.mk
These apps have been moved from product to system_ext.
Accordingly, they needs to be moved in definition mk files.

Bug: 137908189
Test: m
Change-Id: I0aba1343b0342887f4bc5bc1cff47f96d4803214
2020-02-05 17:30:55 +09:00
Justin Yun
7aecc39136 Create *_system_ext.mk for system_ext packages
The default packages for system_ext partition must be added to
*_system_ext.mk.
We have empty list for now, but will update the files soon.

Bug: 134359158
Bug: 139053989
Test: build and boot
Change-Id: I78c85c3a9ff0437906143c2d4982ecfb0e4d058d
2019-11-05 05:45:15 +00:00