aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2024-02-01 21:57:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-01 21:57:52 +0000
commitdeb82984c2377c06974dd93791e335e8efd48ac1 (patch)
tree24f7c68d514d9de303436133be15cda88413deda
parent882ee5cd193474541ce51d3b69427b68b21681a9 (diff)
parent18e6f7bf4f56d72d35aac816e141f0cfd4530e50 (diff)
downloadcommon-deb82984c2377c06974dd93791e335e8efd48ac1.tar.gz
Merge "Revert "Add example audio parameter parsing service to GSI syste..."" into main
-rw-r--r--gsi_system_ext.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/gsi_system_ext.mk b/gsi_system_ext.mk
index 7fb78e3..7e06f87 100644
--- a/gsi_system_ext.mk
+++ b/gsi_system_ext.mk
@@ -38,11 +38,6 @@ 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.