aboutsummaryrefslogtreecommitdiff
path: root/gsi_system_ext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'gsi_system_ext.mk')
-rw-r--r--gsi_system_ext.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/gsi_system_ext.mk b/gsi_system_ext.mk
index 7e06f87..7fb78e3 100644
--- a/gsi_system_ext.mk
+++ b/gsi_system_ext.mk
@@ -38,6 +38,11 @@ PRODUCT_PACKAGES += \
hwservicemanager \
android.hidl.allocator@1.0-service
+# An example of a service that must be provided by vendors. This service resides on
+# system_ext and is used by the audio server.
+PRODUCT_PACKAGES += \
+ android.hardware.audio.parameter_parser.example_service
+
# Install a copy of the debug policy to the system_ext partition, and allow
# init-second-stage to load debug policy from system_ext.
# This option is only meant to be set by compliance GSI targets.