aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2024-02-01 19:32:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-01 19:32:40 +0000
commit18e6f7bf4f56d72d35aac816e141f0cfd4530e50 (patch)
tree24f7c68d514d9de303436133be15cda88413deda
parent63187302f064d27a89db325602273d01f3feef07 (diff)
downloadcommon-18e6f7bf4f56d72d35aac816e141f0cfd4530e50.tar.gz
Revert "Add example audio parameter parsing service to GSI syste..."
Revert submission 2929484-fix-b-321651892-ihaladapter Reason for revert: possible cause of b/323385784 Reverted changes: /q/submissionid:2929484-fix-b-321651892-ihaladapter Change-Id: Ie12cb3daa07c37b5a9219df1bedddd309947c50f
-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.