aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2024-02-01 21:44:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2024-02-01 21:44:09 +0000
commit50fd949ea5403c46731d74cd846208b1bf243af9 (patch)
treed97f5d381db0f629429aa4bd57df23d352da289b
parent2d2f84b38b73ad6d4cdb4b28d47b3a6abdff8275 (diff)
parent882ee5cd193474541ce51d3b69427b68b21681a9 (diff)
downloadcommon-50fd949ea5403c46731d74cd846208b1bf243af9.tar.gz
Merge "Add example audio parameter parsing service to GSI system_ext" into main am: 882ee5cd19
Original change: https://android-review.googlesource.com/c/device/generic/common/+/2929483 Change-Id: I39ebd91a48a31e8157e4435b14893f72a16cb656 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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.